venue.routing library

Classes

IndoorAvoidanceOptions
The options to specify restrictions for indoor route calculations.
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.
IndoorWaypoint
Represents an indoor waypoint, used as input for indoor route calculation.

Enums

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.