Важно

This feature is available in the Full MapKit SDK version

YMKManeuverStyle

class YMKManeuverStyle : NSObject

The style that is used to display maneuvers on the map.

Summary

Class methods

 init(arrow: YMKArrowManeuverStyle, polygon: YMKPolygonManeuverStyle)

Properties

var arrowYMKArrowManeuverStyle { get }
Arrow maneuver style

var polygonYMKPolygonManeuverStyle { get }
Polygon maneuver style

Class methods

init(arrow:polygon:)

 init(arrow: YMKArrowManeuverStyle, polygon: YMKPolygonManeuverStyle)


Properties

arrow

var arrow: YMKArrowManeuverStyle { get }

Arrow maneuver style.


polygon

var polygon: YMKPolygonManeuverStyle { get }

Polygon maneuver style.


Предыдущая
Следующая