sdk-search / com.tomtom.online.sdk.search / RxSearchApi / reverseGeocoding

reverseGeocoding

abstract fun reverseGeocoding(query: ReverseGeocoderSearchQuery!): Single<ReverseGeocoderSearchResponse!>!

Performs a reactive reverse geocoding search action based on the provided query object and returns the result to Observers subscribed to returned Single.

Parameters

query - ReverseGeocoderSearchQuery!: Object which contains data necessary to execute search action

Return
Single<ReverseGeocoderSearchResponse!>!: Search response's Single object.