YMKNavigationCustomRouteOptions

class YMKNavigationCustomRouteOptions : NSObject

Undocumented

Summary

Class methods

 init(allowMoreUturns: NSNumber?)

Properties

@NSCopying var allowMoreUturns: NSNumber? { get set }
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

init(allowMoreUturns:)

 init(allowMoreUturns: NSNumber?)


Properties

allowMoreUturns

@NSCopying var allowMoreUturns: NSNumber? { get set }

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

Optional field, can be nil.