MMKCustomRouteNavigation
Warning
This feature is available in the NaviKit SDK version.
@interface MMKCustomRouteNavigation : NSObject |
Summary
Instance methods
- (nonnull MMKCamera *)createCameraWithMapWindow: |
- (void)startGuidanceWithRoute:(nullable MMKDrivingRoute *)route; |
Properties
@property (nonatomic, readonly, nonnull) MMKNavigation *navigation; |
Instance methods
createCameraWithMapWindow:
- (nonnull MMKCamera *)createCameraWithMapWindow: |
This method allows to create camera which used in standart automotive navigation
startGuidanceWithRoute:
- (void)startGuidanceWithRoute:(nullable MMKDrivingRoute *)route; |
Start navigation with specified route.
Properties
navigation
@property (nonatomic, readonly, nonnull) MMKNavigation *navigation; |
This navigation is equal to standart automotive navigation BUT without alternatives without rerouting without working "requestRoutes" method traffic information will not be updated while driving along the route start guidance must be called only through the special method (startGuidance) of this class