ReverseGeocode
@Serializable
Reverse Geocode 요청 파라미터를 담는 클래스.
Constructors
Link copied to clipboard
constructor(key: String, ext: String = "json", language: String? = "en-US", view: String? = "Unified", limit: Int? = null, lat: Float, lon: Float, radius: Int? = null, heading: Int? = null, number: String? = null, returnMatchType: Boolean? = null, allowFreeformNewline: Boolean? = null, returnIntersectionDetails: Boolean? = null, returnSpeedLimit: Boolean? = null, returnRoadUse: Boolean? = null, roadUse: String? = null, entityType: String? = null, extendedPostalCodesFor: String? = null)