Package-level declarations
Types
A structure that describes a geocode method parameters. Structure holding the parameters to support the geocode operation for a geocoding service or local locator.
A match candidate returned from a LocatorTask geocode or reverse geocode operation. GeocodeResult provides information about the candidate, such as a collection of requested attribute values, user-friendly label text, and locations suited for accurate match display or for routing input.
A class that declares description of attributes.
A class that contains information about supports the ability and return attributes. Class containing the information for a LocatorTask, either an online locator created from an ArcGIS geocode service, or a local locator created from local data.
A class can be used to convert an address to a point (geocode) or vice-versa (reverse geocode). LocatorTask involves finding matching locations for a given address. Reverse-geocoding is the opposite and involves finding corresponding addresses for a given location.
A class that describes a reverse geocode method parameters. Structure holding the parameters to support the reverse geocode operation for a geocoding service or local locator.
A structure representing parameters for a geocoding suggestion operation. Geocoding suggestions provide character-by-character auto-completion for facilitating interactive search experiences.
A class representing the result of a geocoding suggestion operation. A suggestion result can be forwarded to geocoding find operation.