Package com.navmii.sdk.search
Class CountryAndStateRequest
java.lang.Object
com.navmii.sdk.search.Request
com.navmii.sdk.search.CountryAndStateRequest
public final class CountryAndStateRequest extends Request
The class to perform reverse geocoding request of country and state. Use this request
when you need to figure out only country or state at some coordinates. This request
performs much faster then the whole reverse geocoding (
ReverseGeocodingRequest
).
You cannot instantiate this class directly.
Use SearchManager.createCountryAndStateRequest(MapCoordinates)
to create instances
of this class.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CountryAndStateRequest.Builder
Nested classes/interfaces inherited from class com.navmii.sdk.search.Request
Request.Canceler, Request.CompletionListener
-
Method Summary
Modifier and Type Method Description void
cancel()
Cancels the request.Methods inherited from class com.navmii.sdk.search.Request
getLocale, getMaxResultCount, getSearchLocation, getStatus, start