GeoAPIResponse

data class GeoAPIResponse(type: String, features: List<GeoAPIFeature>)

Properties

features
Link copied to clipboard
val features: List<GeoAPIFeature>
type
Link copied to clipboard
val type: String