MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKManeuverStyle

class MMKManeuverStyle : NSObject

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

Summary

Class methods

 init(arrow: MMKArrowManeuverStyle, polygon: MMKPolygonManeuverStyle)

Properties

var arrowMMKArrowManeuverStyle { get }
Arrow maneuver style

var polygonMMKPolygonManeuverStyle { 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.