Gpx Response
@Serializable
GPX response returned by the directions endpoint when requesting GPX.
Constructors
Link copied to clipboard
constructor(metadata: GpxMetadata, routes: List<JsonElement> = emptyList(), extensions: JsonElement? = null, gpxRouteElements: List<JsonElement> = emptyList())