GeocodeGeometry

@Serializable
data class GeocodeGeometry(val type: String? = null, val coordinates: List<Double> = emptyList())

Constructors

Link copied to clipboard
constructor(type: String? = null, coordinates: List<Double> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val type: String? = null