Class 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.
    • Method Detail

      • cancel

        public void cancel()
        Description copied from class: Request
        Cancels the request.
        Specified by:
        cancel in class Request