Json

class Json(val jsonResponse: RouteResponse) : ValhallaResponse

Native Valhalla JSON routing response format.

This is the default format and provides the full feature set of Valhalla's routing capabilities.

Parameters

jsonResponse

The Valhalla-formatted route response.

See also

RouteResponse

Constructors

Link copied to clipboard
constructor(jsonResponse: RouteResponse)

Properties

Link copied to clipboard
val jsonResponse: RouteResponse