GeocodeFeature

@Serializable
data class GeocodeFeature(val type: String? = null, val geometry: GeocodeGeometry? = null, val properties: GeocodeProperties? = null, val bbox: List<Double>? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, geometry: GeocodeGeometry? = null, properties: GeocodeProperties? = null, 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
val type: String? = null