RouteRequest

Wrapper for EngineRouteRequest, representing a full routing request, including origin, destinations, routing preferences, and constraints.

Use Builder to construct an instance.

Types

Link copied to clipboard
class Builder(propertyId: Int)

Builder for constructing RouteRequest instances.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination waypoints for the route.

Link copied to clipboard

Whether the routing request originates from the user's current location.

Link copied to clipboard

Property ID that the routing request applies to.

Link copied to clipboard

Any routing constraints applied to the route request.

Link copied to clipboard

The routing options applied to the request.

Link copied to clipboard

The starting waypoint for the route.

Functions

Link copied to clipboard
fun getCoreEngine(): RouteRequest

Returns the underlying engine EngineRouteRequest for JNI interop.

Link copied to clipboard
fun getCpp(): RouteRequest
Link copied to clipboard
fun getEngine(): RouteRequest
Link copied to clipboard
open override fun toString(): String