IndoorRouteOptions class

All the options to specify how an indoor route should be calculated.

Constructors

IndoorRouteOptions()

Properties

hashCode → int
The hash code for this object.
no setter
indoorAvoidanceOptions IndoorAvoidanceOptions
Options to specify restrictions for indoor route calculations. By default no restrictions are applied.
getter/setter pair
routeOptions RouteOptions
Specifies the common route calculation options.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
speedInMetersPerSecond ↔ double
Specifies the speed that will be used by the service as the speed for VenueTransportMode in meters per second. It influences the duration of segments along the route. The default speed is 1 meter per second.
getter/setter pair
transportMode VenueTransportMode
The transport mode for route calculation.
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.