GeoCoder Methods |
The GeoCoder type exposes the following members.
Name | Description | |
---|---|---|
BulkGeoCode(GeoCodeArgs) |
Bulk geocode an array of addresses to one or more GeocodeAddresses,
using the given GeoCodeArgs.
| |
BulkGeoCode(GeoCodeArgs, Int32, Boolean) |
Bulk geocode an array of addresses to one or more GeocodeAddresses,
using the given GeoCodeArgs.
| |
BulkReverseGeoCode(LatLon) |
Reverse geocode an array of LatLon to an array of corresponding
street addresses.
| |
BulkReverseGeoCode(LatLon, Int32, Boolean) |
Reverse geocode an array of LatLon to an array of corresponding
street addresses.
| |
BulkReverseGeoCodeFull(ReverseGeoCodeArgs) |
Reverse geocode an array of ReverseGeoCodeArgs to a street address
and retrieve additional information specific to the
StreetLink the point was closest to.
| |
BulkReverseGeoCodeFull(ReverseGeoCodeArgs, Int32, Boolean) |
Reverse geocode an array of ReverseGeoCodeArgs to a street address
and retrieve additional information specific to the
StreetLink the point was closest to.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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.
| |
GetCrossStreetDistance | Obsolete.
Return the maximum distance to search for a cross street when doing a reverse geocode full.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LengthenState |
Convert a two-letter state abbreviation to the state's full name. Given "NC" LengthenState(String, Country) will return "North Carolina".
| |
ReverseGeoCode | ||
ReverseGeoCodeFull(LatLon) |
Reverse geocode a LatLon to a street address
and retrieve additional information specific to the
StreetLink the point was closest to.
| |
ReverseGeoCodeFull(ReverseGeoCodeArgs) |
Reverse geocode a ReverseGeoCodeArgs to a street address
and retrieve additional information specific to the
StreetLink the point was closest to.
| |
ReverseGeoCodeToLink |
Reverse geocode a ReverseGeoCodeArgs to find the closest
LogicalStreetLink.
| |
SetCrossStreetDistance | Obsolete.
Set the maximum distance to search for a cross street when doing a full reverse GeoCode.
| |
ShortenState |
Convert a given state to its two-letter abbreviation. Given "Texas" ShortenState will return "TX".
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |