Osrm

class Osrm(val osrmResponse: RouteResponse) : ValhallaResponse

OSRM-compatible routing response format.

This format provides compatibility with the OSRM (Open Source Routing Machine) API. Use this when you need interoperability with OSRM-based systems.

Parameters

osrmResponse

The OSRM-formatted route response.

See also

RouteResponse

Constructors

Link copied to clipboard
constructor(osrmResponse: RouteResponse)

Properties

Link copied to clipboard
val osrmResponse: RouteResponse