MMKManeuverStyle

Warning

This feature is available in the Full MapKit SDK version

@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;
Arrow maneuver style

Class methods

maneuverStyleWithArrow:

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


Properties

arrow

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

Arrow maneuver style.