MMKManeuverStyle

Warning

This feature is available in the Full MapKit SDK version

class MMKManeuverStyle : NSObject

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

Summary

Class methods

 init(arrow: MMKArrowManeuverStyle, polygon: MMKPolygonManeuverStyle)

Properties

var arrow: MMKArrowManeuverStyle { get }
Arrow maneuver style

var polygon: MMKPolygonManeuverStyle { get }
Polygon maneuver style

Class methods

init(arrow:polygon:)

 init(arrow: MMKArrowManeuverStyle, polygon: MMKPolygonManeuverStyle)


Properties

arrow

var arrow: MMKArrowManeuverStyle { get }

Arrow maneuver style.


polygon

var polygon: MMKPolygonManeuverStyle { get }

Polygon maneuver style.