SnapGeoJsonResponse

@Serializable
data class SnapGeoJsonResponse(val type: String, val features: List<SnapFeature>, val metadata: Metadata, val bbox: List<Double>? = null)

Snap response in GeoJSON format

Constructors

Link copied to clipboard
constructor(type: String, features: List<SnapFeature>, metadata: Metadata, bbox: List<Double>? = null)

Properties

Link copied to clipboard
val bbox: List<Double>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard