abstract fun reverseGeocoding(query: ReverseGeocoderSearchQuery!, listener: RevGeoSearchResultListener!): Unit
Performs a Reverse Geocode search action based on the provided ReverseGeocoderSearchQuery object and returns the result with usage of the RevGeoSearchResultListener implementation.
query - ReverseGeocoderSearchQuery!: The object which contains the data necessary to execute a search action.
listener - RevGeoSearchResultListener!: The listener which informs the subscriber when the search result is available. It contains the ReverseGeocoderSearchResponse object.