Package com.navmii.sdk.search
Class ReverseGeocodingRequest
java.lang.Object
com.navmii.sdk.search.Request
com.navmii.sdk.search.ReverseGeocodingRequest
public final class ReverseGeocodingRequest extends Request
The class to perform reverse geocoding request. Use this request when you need to
figure out the full address at any coordinates. If you're not interested in the
full address hierarchy, but only in country or state, you can use
CountryAndStateRequest
,
which performs much faster than ReverseGeocodingRequest. You cannot instantiate
this class directly. Use SearchManager.createReverseGeocodingRequest(MapCoordinates)
to create instances of this class.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReverseGeocodingRequest.Builder
Nested classes/interfaces inherited from class com.navmii.sdk.search.Request
Request.CompletionListener
-
Method Summary
Modifier and Type Method Description void
cancel()
Cancels the request.void
performRequest(Request.CompletionListener listener)
Methods inherited from class com.navmii.sdk.search.Request
getLocale, getMaxResultCount, getSearchLocation, getStatus, start
-
Method Details
-
cancel
public void cancel()Description copied from class:Request
Cancels the request. -
performRequest
-