ReverseGeocodeSummary

@Serializable
data class ReverseGeocodeSummary(val queryTime: Int? = null, val numResults: Int? = null)

Constructors

Link copied to clipboard
constructor(queryTime: Int? = null, numResults: Int? = null)

Properties

Link copied to clipboard
val numResults: Int? = null
Link copied to clipboard
val queryTime: Int? = null