public static class SearchManager.ReverseGeocodeOptions extends Object
| Constructor and Description |
|---|
ReverseGeocodeOptions(GeoPoint point)
Default Constructor for
SearchManager.ReverseGeocodeOptions. |
| Modifier and Type | Method and Description |
|---|---|
SearchManager.ReverseGeocodeOptions |
setPoint(GeoPoint point)
Set the
GeoPoint that should be reverse geocoded. |
T |
setResultsLocale(Locale locale)
Set the preferred locale for the language of the results.
|
String |
toString() |
public ReverseGeocodeOptions(GeoPoint point)
SearchManager.ReverseGeocodeOptions.point - The GeoPoint to reverse geocode.SearchManager.SearchManagerException - when the input is invalid.public SearchManager.ReverseGeocodeOptions setPoint(GeoPoint point)
GeoPoint that should be reverse geocoded.point - The point to be reverse geocoded.SearchManager.SearchManagerException - when the input is invalid.public T setResultsLocale(Locale locale)
locale - The locale or null to use the default;Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.