public static class SearchManager.GeocodeOptions extends Object
| Constructor and Description |
|---|
GeocodeOptions(String address)
Default Constructor for
SearchManager.GeocodeOptions. |
| Modifier and Type | Method and Description |
|---|---|
SearchManager.GeocodeOptions |
setAddress(String address)
Set the address that should be geocoded.
|
T |
setResultsLocale(Locale locale)
Set the preferred locale for the language of the results.
|
String |
toString() |
public GeocodeOptions(String address)
SearchManager.GeocodeOptions.address - The address to geocode.SearchManager.SearchManagerException - when the input is invalid.public SearchManager.GeocodeOptions setAddress(String address)
address - The address to geocode.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.