Class FitnessOptions
Warning
This feature is available in the Full MapKit SDK version
Package com.yandex.mapkit.transport.masstransit
java.lang.Object
↳ com.yandex.mapkit.transport.masstransit.FitnessOptions
class FitnessOptions implements Serializable
Summary
Constructors
Signature and Description |
FitnessOptions(boolean avoidSteep, |
FitnessOptions() |
Methods
Type and modifiers |
Method and Description |
boolean |
getAvoidSteep() |
boolean |
getAvoidStairs() |
void |
serialize(com.yandex.runtime.bindings.Archive archive) |
Constuctors
FitnessOptions
FitnessOptions(boolean avoidSteep, |
FitnessOptions
FitnessOptions() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getAvoidSteep
boolean getAvoidSteep() |
If true, router will try avoid steep (in height meaning) routes.
getAvoidStairs
boolean getAvoidStairs() |
If true, router will try avoid stairs.
serialize
@Override |