/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.geocoding/GeocodeResponse
GeocodeResponse
\ data class GeocodeResponse(val query: String, val choiceList: List<Location>)
Constructors
GeocodeResponse | constructor(query: String, choiceList: List<Location>) |
Properties
Name | Summary |
---|---|
choiceList | @SerializedName(value = "choices") val choiceList: List<Location> |
query | @SerializedName(value = "query") val query: String |