MMKFitnessOptions
Warning
This feature is available in the Full MapKit SDK version
class MMKFitnessOptions : NSObject |
Undocumented
Summary
Class methods
 init(avoidSteep: Bool, avoidStairs: Bool) |
Instance methods
init() |
Properties
var avoidSteep: Bool { get } |
var avoidStairs: Bool { get } |
Class methods
init(avoidSteep:avoidStairs:)
 init(avoidSteep: Bool, avoidStairs: Bool) |
Instance methods
init()
init() |
Properties
avoidSteep
var avoidSteep: Bool { get } |
If true, router will try avoid steep (in height meaning) routes.
avoidStairs
var avoidStairs: Bool { get } |
If true, router will try avoid stairs.