MMKNavigationFactory

Warning

This feature is available in the NaviKit SDK version.

@interface MMKNavigationFactory : NSObject

Summary

Class methods

+ (nonnull MMKNavigation *)createNavigationWithType:(MMKDrivingRouterType)type;
Creates navigation engine with given options

Class methods

createNavigationWithType:

+ (nonnull MMKNavigation *)createNavigationWithType:(MMKDrivingRouterType)type;

Creates navigation engine with given options. Each call returns new independent instance of Navigation. Navigation will be in the suspended mode.