venue.routing library

Classes

IndoorAvoidanceOptions
The options to specify restrictions for indoor route calculations.
IndoorLevelChangeAction
Represents the level change action.
IndoorManeuver
Represents additional information for an indoor maneuver.
IndoorRouteOptions
All the options to specify how an indoor route should be calculated.
IndoorRouteStyle
Represents a style of the indoor route.
IndoorRoutingController
This class controls the rendering of indoor routes on the map.
IndoorRoutingEngine
Use the IndoorRoutingEngine to calculate a route inside a venue.
IndoorSpaceAction
Represents the space maneuver action.
IndoorWaypoint
Represents an indoor waypoint, used as input for indoor route calculation.

Enums

IndoorFeatures
Indoor route features.
IndoorRoutingError
Specifies possible errors that may result from the calculation of a indoor route.
VenueTransportMode
Available mode of transport on indoor topology.

Typedefs

CalculateIndoorRouteCallback = void Function(IndoorRoutingError? indoorRoutingError, List<Route>? routeList)
A function which is called by the IndoorRoutingEngine after route calculation has completed.