RoutePath
Wrapper class for a route path generated by the native engine.
This class provides access to route metadata, such as path segments, alerts, and distance/time estimates, and converts native structures into Kotlin-friendly representations.
Functions
Returns the set of alert identifiers associated with the route.
Finds the closest path point on the route path to the provided location.
Returns the total distance and estimated travel time for the route.
Returns the last instruction of the route path, if available.
Returns the last point of the route path, if available.
Returns the last segment of the route path, if available.
Return the propertyId of the route path
Returns the routing error, if any, associated with the route computation.
Returns the list of segments that make up the route path.
Returns the first instruction of the route path, if available.
Returns the first point of the route path, if available.
Returns the first segment of the route path, if available.
Indicates whether the route is considered accessible (e.g., wheelchair accessible).
Indicates whether the route is from the user's current location.