IndoorRouteOptions (API Reference)
Class IndoorRouteOptions
All the options to specify how an indoor route should be calculated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptions to specify restrictions for indoor route calculations.Specifies the common route calculation options.doubleSpecifies the speed that will be used by the service as the speed forVenueTransportModein meters per second.The transport mode for route calculation. -
Constructor Summary
ConstructorsConstructorDescriptionCreates an object and assign default values for route options. -
Method Summary
-
Field Details
-
routeOptions
Specifies the common route calculation options.
Note: Currently, only
RouteOptions.optimizationModeparameter is utilized for indoor route calculation. -
transportMode
The transport mode for route calculation.
Note: Indoor route sections of the resulting route will always be
VenueTransportMode.PEDESTRIANin the current implementation. This option will affect only outdoor route sections. -
indoorAvoidanceOptions
Options to specify restrictions for indoor route calculations. By default no restrictions are applied.
-
speedInMetersPerSecond
public double speedInMetersPerSecondSpecifies the speed that will be used by the service as the speed for
VenueTransportModein meters per second. It influences the duration of segments along the route. The default speed is 1 meter per second.
-
-
Constructor Details
-
IndoorRouteOptions
public IndoorRouteOptions()Creates an object and assign default values for route options.
-
-
Method Details