GeoCoderGeoCode Method |
Name | Description | |
---|---|---|
GeoCode(ExtendedStructuredGeoCodeArgs) |
Geocode an address to one or more GeocodeAddresses,
using the given ExtendedStructuredGeoCodeArgs. Note that external geocoding is not supported
when using ExtendedStructuredGeoCodeArgs.
| |
GeoCode(OneLineGeoCodeArgs) |
Geocode an address to one or more GeocodeAddresses,
using the given OneLineGeoCodeArgs.
| |
GeoCode(StructuredGeoCodeArgs) |
Geocode an address to one or more GeocodeAddresses,
using the given StructuredGeoCodeArgs.
| |
GeoCode(String, Country) |
Geocode a string address to one or more GeocodeAddresses, within the given Country.
| |
GeoCode(String, Country, Int32) |
Geocode a string address to one or more GeocodeAddresses,
within the given Country.
| |
GeoCode(String, String, String, String, Country) |
Geocode from address components.
| |
GeoCode(String, String, String, String, Country, Int32) |
Geocode from address components.
| |
GeoCode(Int32, String, String, String, String, String, String, String, String, Country) |
Use forward geocoding to resolve an address (specified as separate fields), city, region, postal code and Country
to one or more GeocodeAddresses.
| |
GeoCode(Int32, String, String, String, String, String, String, String, String, Country, Int32) |
Use forward geocoding to resolve an address (specified as separate fields), city, region, postal code and Country
to one or more GeocodeAddresses.
|