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 |
Properties
@property (nonatomic, readonly, nonnull) MMKArrowManeuverStyle *arrow; |
@property (nonatomic, readonly, nonnull) MMKPolygonManeuverStyle *polygon; |
Class methods
maneuverStyleWithArrow:polygon:
+ (nonnull MMKManeuverStyle *)maneuverStyleWithArrow:(nonnull MMKArrowManeuverStyle *)arrow |
Properties
arrow
@property (nonatomic, readonly, nonnull) MMKArrowManeuverStyle *arrow; |
Arrow maneuver style.
polygon
@property (nonatomic, readonly, nonnull) MMKPolygonManeuverStyle *polygon; |
Polygon maneuver style.