MMKNavigationCustomRouteOptions

@interface MMKNavigationCustomRouteOptions : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKNavigationCustomRouteOptions *)customRouteOptionsWithAllowMoreUturns:(nullable NSNumber *)allowMoreUturns;

Properties

@property (nonatomic, copy, readwrite, nullable) NSNumber *allowMoreUturns;
Enabling this option will reduce the total route mileage but will include more u-turns along the route

Optional field, can be nil

Class methods

customRouteOptionsWithAllowMoreUturns:

+ (nonnull MMKNavigationCustomRouteOptions *)customRouteOptionsWithAllowMoreUturns:(nullable NSNumber *)allowMoreUturns;


Properties

allowMoreUturns

@property (nonatomic, copy, readwrite, nullable) NSNumber *allowMoreUturns;

Enabling this option will reduce the total route mileage but will include more u-turns along the route

Optional field, can be nil.