RouteResponse

class RouteResponse(engine: RouteResponse, metadataRepository: MetadataRepository)

Wrapper for EngineRouteResponse, representing the result of a routing request including routes, the property context, and any routing error that may have occurred.

This class lazily loads routes and other JNI-backed properties to avoid unnecessary overhead.

Constructors

Link copied to clipboard
constructor(engine: RouteResponse, metadataRepository: MetadataRepository)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The routing constraints used for processing the route

Link copied to clipboard

The routing options used for processing the route

Link copied to clipboard

The property ID to which this routing response belongs.

Link copied to clipboard

The routing error returned in the response, wrapped in a Kotlin RouteError object.

Link copied to clipboard

The list of Routes returned in the response.

Functions

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