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.