AutocompleteGeocoder Methods |
The AutocompleteGeocoder type exposes the following members.
Name | Description | |
---|---|---|
BulkGeocode |
Perform a bulk geocode using an array of AutocompleteGeocoderArgs.
| |
Cancel |
Cancels any active searches. This method is designed to be called on a thread other than that from which the Geocode Overload
method is called. When canceled, the Geocode Overload method will return an
AutocompleteGeocoderResult with a status code of SearchCancelled.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Geocode(AutocompleteGeocoderBaseArgs) |
Generate address suggestions, based on the provided AutocompleteGeocoderBaseArgs object.
| |
Geocode(String, BoundingBox, LatLon, TimeSpan) |
Generate a set of address suggestions based on the partial address string provided, searching all countries which intersect the provided BoundingBox,
with an optional LatLon location hint provided to sort results based on country and proximity.
| |
Geocode(String, Country, LatLon, TimeSpan) |
Generate a set of address suggestions for a specific country, based on a partial address string, optionally ordered by proximity to a LatLon
location hint.
| |
Geocode(String, BoundingBox, LatLon, TimeSpan, ActionAutocompleteGeocoderPartialResult, AutocompleteGeocoderResultsHint) | Obsolete.
Generate a set of address suggestions based on the partial address string provided, searching all countries which intersect the provided BoundingBox,
with an optional LatLon location hint provided to sort results based on country and proximity.
| |
Geocode(String, Country, LatLon, TimeSpan, ActionAutocompleteGeocoderPartialResult, AutocompleteGeocoderResultsHint) | Obsolete.
Generate a set of address suggestions for a specific country, based on a partial address string, optionally ordered by proximity to a LatLon
location hint.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |