Warning

This feature is available in the Full MapKit SDK version

MMKManeuverStyle

@interface MMKManeuverStyle : NSObject

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

Summary

Class methods

+ (nonnull MMKManeuverStyle *)maneuverStyleWithArrow:(nonnull MMKArrowManeuverStyle *)arrow
                                             polygon:(nonnull MMKPolygonManeuverStyle *)polygon;

Properties

@property (nonatomic, readonly, nonnull) MMKArrowManeuverStyle *arrow;
Arrow maneuver style

@property (nonatomic, readonly, nonnull) MMKPolygonManeuverStyle *polygon;
Polygon maneuver style

Class methods

maneuverStyleWithArrow:polygon:

+ (nonnull MMKManeuverStyle *)maneuverStyleWithArrow:(nonnull MMKArrowManeuverStyle *)arrow
                                             polygon:(nonnull MMKPolygonManeuverStyle *)polygon;


Properties

arrow

@property (nonatomic, readonly, nonnull) MMKArrowManeuverStyle *arrow;

Arrow maneuver style.


polygon

@property (nonatomic, readonly, nonnull) MMKPolygonManeuverStyle *polygon;

Polygon maneuver style.