AutocompleteGeocoderGeocode Method |
Name | Description | |
---|---|---|
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.
|