Interface | Description |
---|---|
Address |
Implementations of this interface are used to hold information representing an address.
|
CapabilitiesResponse |
This interface defines the response to a GetCapabilities query.
|
CustomObject |
This class defines a custom object which is used by an Operation.
|
DefaultPreferencesAPI |
Created as a companion to GeocodingAPI, this class adds the ability to ask for the default
preferences from the server.
|
Dictionary |
This class describes a single geocoder dictionary.
|
Distance |
Describes an object that indicates distance.
|
FieldsMatching |
This class describes the FieldsMatching interface.
|
GeocodeEngine |
This class describes the GeocodeEngine interface.
|
GeocodingAPI |
This interface describes the primary access used for geocoding, reverse geocoding, and
determining capabilities of an engine.
|
GeoSerialize |
Implementations of this interface are used to convert their object representation into a map of
maps for easy transmission across the web interface.
|
InputParam |
This interface defines an input parameter for an operation supported by the geocoding service.
|
InteractiveGeocodingAPI |
The GeoComplete API allows candidates to be found based on incomplete input information.
|
MatchMode |
Specify a matching mode, which is used to refer to predefined match settings in the geocoding
engine.
|
Operation |
Describes a method of the geocoding engine, specifying required and optional input parameters and
the output object structure.
|
OutputParam |
Output Field defined for Capabilities
|
Preferences |
Preferences object pre-loaded with necessary preferences for interactive api
|
Response |
Contains the response from a geocode or reverse geocode call
|
ReturnFieldsDescriptor |
This interface allows users to opt out of returning information on a geocoded candidate.
|
SupportLevelDescriptor |
This class is used to describe custom settings for an operation; either changes to input values
or additional output objects, or both.
|
Class | Description |
---|---|
BoundingBox |
envelope containing extent of the search for interactive api
|
Candidate |
A Candidate is a returned address with additional data from the geocoder, such as the location.
|
CandidateRange |
This class holds information about a candidate's ranges The ranges contain specific information
that may be different from the Candidate they are associated with.
|
CandidateRangeUnit |
This class holds information about a candidate range's units.
|
Key |
key object used of Key lookup service
|
Enum | Description |
---|---|
DataType |
This enum describes a geocoding level; address point, street segment, or postal or geographic
centroid level
|
DefaultMatchMode |
This class will be used to signify no MatchMode has been chosen.
|
DistanceUnit |
This enumeration allows you to specify units associated with a distance or offset.
|
GeocodeType |
Indicates whether geocode is to be an address or centroid level lookup
|
InteractiveMatchMode |
Specify a matching mode, which is used to refer to predefined match settings in the interactive
api
|
KeyType |
This enumeration allows you to specify key types for key lookup request
|
OddEvenIndicator |
Used to describe the numbering system for a range of address numbers
|
StandardMatchMode |
Match mode used by most countries outside of USA
|
StreetSideIndicator |
Indicates the side of the street the address is on
|
USAMatchMode |
Match modes used by USA.
|
Copyright © 2024. All rights reserved.