/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.geocoding/Geocoder
Geocoder
open class Geocoder
Inheritors
| RegionalGeocoder |
Constructors
| Geocoder | constructor() |
Types
| Name | Summary |
|---|---|
| Companion | object Companion |
Properties
| Name | Summary |
|---|---|
| mGson | @JvmField var mGson: Gson |
| nearLatitude | open var nearLatitude: Double |
| nearLongitude | open var nearLongitude: Double |
| serviceUrl | open val serviceUrl: String? = null |
Functions
| Name | Summary |
|---|---|
| query | open fun query(query: String): List<Location>? |
| setNearLatitude | open fun setNearLatitude(nearLatitude: Double): Geocoder |
| setNearLongitude | open fun setNearLongitude(nearLongitude: Double): Geocoder |