| Package | Description |
|---|---|
| com.mapinfo.geocode | |
| com.mapinfo.geocode.api | |
| com.mapinfo.geocode.interactive | |
| com.mapinfo.geocode.service | |
| com.pb.geocoding |
| Modifier and Type | Class and Description |
|---|---|
class |
GeocodeAddress
This class implements the Address interface and is used to hold information on an address.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Geocoder.geocode(GeocodeType type,
Address address,
Preferences preferences)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Response> |
Geocoder.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences)
Deprecated.
|
| Constructor and Description |
|---|
GeocodeAddress(Address orig)
Copy constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected Address |
Candidate.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
Candidate.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
Response |
GeocodingAPI.geocode(GeocodeType type,
Address address,
Preferences preferences)
Geocode an address.
|
Response |
InteractiveGeocodingAPI.suggest(Address address,
Preferences preferences)
Completes the given information with a collection of suggested candidate matches.
|
| Modifier and Type | Method and Description |
|---|---|
List<Response> |
GeocodingAPI.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences)
Deprecated.
As of 3.0, use
GeocodingAPI.geocode(GeocodeType, Address, Preferences) Geocode a list
of addresses. The "country" field of each Address must contain the ISO-3166 3-char country code
of the input country. |
| Modifier and Type | Method and Description |
|---|---|
Response |
InteractiveGeocoder.suggest(Address address,
Preferences preferences)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
InteractiveRequest.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
GeocodeRequest.getAddresses()
The list of addresses to be geocoded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InteractiveRequest.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeocodeRequest.setAddresses(List<Address> addresses)
w Sets the list of addresses to be geocoded.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
GeocoderProxy.geocode(GeocodeType type,
Address address,
Preferences preferences) |
| Modifier and Type | Method and Description |
|---|---|
List<Response> |
GeocoderProxy.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences) |
Copyright © 2024. All rights reserved.