public class ReverseGeocodeRequest extends Object
Constructor and Description |
---|
ReverseGeocodeRequest() |
Modifier and Type | Method and Description |
---|---|
List<Points> |
getPoints()
Returns the list of locations that will be used for reverse geocode
|
Preferences |
getPreferences()
Returns the current preference settings for this request.
|
void |
setPoints(List<Points> points)
Sets the list of locations that will be used for reverse geocode
|
void |
setPreferences(Preferences preferences)
Allows you to set the preferences for the request.
|
public Preferences getPreferences()
public void setPreferences(Preferences preferences)
preferences
- Settings to be used for the reverse geocode operationpublic List<Points> getPoints()
public void setPoints(List<Points> points) throws GeocodingException
GeocodingException
- if locations is null or emptyCopyright © 2024. All rights reserved.