Class and Description |
---|
com.mapinfo.geocode.Geocoder
As of 3.0, use
GeocoderBuilder A Geocoder is the primary implementation of
the GeocodingAPI. This object exposes the primary services available for geocoding.
|
com.mapinfo.geocode.interactive.InteractiveGeocoder
as of 3.0, use
InteractiveBuilder This class handles all the top level
interactive geocoding functionality
|
com.precisely.addressing.v1.model.ParsedAddress |
com.precisely.addressing.v1.model.ParsedFieldClassification |
com.precisely.addressing.v1.model.ParsedResponse |
Method and Description |
---|
com.mapinfo.geocode.api.GeocodingAPI.geocodeMultiple(GeocodeType, List<Address>, Preferences)
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. |
com.precisely.addressing.v1.model.Result.getParsed() |
com.mapinfo.geocode.api.GeocodingAPI.keyLookupMultiple(KeyType, List<Key>, Preferences)
As of 3.0, use
GeocodingAPI.keyLookup(KeyType, Key, Preferences) Performs a geocode
operation on multiple records and returns candidates for those records. |
com.precisely.addressing.v1.Addressing.parse(RequestAddress, Preferences) |
com.mapinfo.geocode.api.GeocodingAPI.reverseGeocodeMultiple(List<Points>, Preferences)
As of 3.0, use
GeocodingAPI.reverseGeocode(IPoint, String, Preferences) Reverse geocode
a list of locations. |
com.precisely.addressing.v1.model.Result.setParsed(Map<String, List<ParsedAddress>>) |
Copyright © 2024. All rights reserved.