open class NativeReverseGeocoder : NativeService<ReverseGeocoderSearchResponse!, ReverseGeocoderSearchQuery!>
A wrapper for a native object providing access to the Reverse Geocoder service.
NativeReverseGeocoder(server: String!, apiVersion: String!, apiKey: String!, sdkVersion: String!, applicationClientId: String!, applicationClientVer: String!) |
open fun cancel(handle: Long): Unit |
|
open fun construct(server: String!, apiVersion: String!, apiKey: String!): Long |
|
open fun destruct(handle: Long): Unit |
|
open fun initializeAnalytics(nativeHandle: Long, sdkVersion: String!, applicationClientId: String!, applicationClientVer: String!): Unit |
|
open fun requestSync(handle: Long, queryHandle: Long): ReverseGeocoderSearchResponse |