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