GeocodeQuery

constructor(text: String? = null, size: Int? = null, layers: List<String>? = null, sources: List<String>? = null, private: Boolean? = null, parsed_text: JsonObject? = null, lang: PeliasLang? = null, querySize: Int? = null, focusPointLon: Double? = null, focusPointLat: Double? = null, pointLon: Double? = null, pointLat: Double? = null, boundaryCircleLon: Double? = null, boundaryCircleLat: Double? = null, boundaryCircleRadius: Double? = null, rectMinLon: Double? = null, rectMinLat: Double? = null, rectMaxLon: Double? = null, rectMaxLat: Double? = null, boundaryCountry: String? = null, venue: String? = null, address: String? = null, neighbourhood: String? = null, borough: String? = null, locality: String? = null, county: String? = null, region: String? = null, country: String? = null, postcode: String? = null)