Package-level declarations
Types
Kotlin wrapper for EngineDistanceTime, representing a distance (in meters) and time (in seconds) between two route instructions.
Represents a single instruction in a route, including its type, display text, and drawable resource ID.
A wrapper around the native EngineRoute object, representing a complete route from a starting point to a destination, with various alternative paths depending on user preferences or fallback strategies.
Wrapper for EngineRouteError, representing an error that occurred during route calculation.
Wrapper class for a route path generated by the native engine.
Represents a segment of a full route path between instructions, along a single floor/building.
Represents a navigation instruction at a specific point along the route.
Wrapper for EngineRouteRequest, representing a full routing request, including origin, destinations, routing preferences, and constraints.
Wrapper for EngineRouteResponse, representing the result of a routing request including routes, the property context, and any routing error that may have occurred.
Wrapper for EngineRoutingConstraints, carrying the active access level that constrains route generation.
Callback interface to handle the result of a routing request within the positioning system.