Feature

@Serializable
data class Feature(val type: String, val geometry: Geometry, val properties: Map<String, JsonElement> = emptyMap())

A single GeoJSON feature within the route response.

Constructors

Link copied to clipboard
constructor(type: String, geometry: Geometry, properties: Map<String, JsonElement> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
val properties: Map<String, JsonElement>
Link copied to clipboard