Package | Description |
---|---|
com.mapinfo.geocode | |
com.mapinfo.geocode.api | |
com.mapinfo.geocode.service | |
com.pb.geocoding |
Modifier and Type | Method and Description |
---|---|
List<Response> |
Geocoder.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Response> |
GeocodingAPI.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences)
Deprecated.
As of 3.0, use
GeocodingAPI.reverseGeocode(IPoint, String, Preferences) Reverse geocode
a list of locations. |
Modifier and Type | Method and Description |
---|---|
List<Points> |
ReverseGeocodeRequest.getPoints()
Returns the list of locations that will be used for reverse geocode
|
Modifier and Type | Method and Description |
---|---|
void |
ReverseGeocodeRequest.setPoints(List<Points> points)
Sets the list of locations that will be used for reverse geocode
|
Modifier and Type | Method and Description |
---|---|
List<Response> |
GeocoderProxy.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences) |
Copyright © 2024. All rights reserved.