BicycleOptions class

All the options to specify how a bicycle route should be calculated.

Constructors

BicycleOptions()

Properties

avoidanceOptions AvoidanceOptions
Options to specify restrictions for route calculations. By default no restrictions are applied.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
routeOptions RouteOptions
Specifies the common route calculation options.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
textOptions RouteTextOptions
Customize textual content returned from the route calculation, such as localization, format, and unit system.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.