Geocoding is the process of converting between civic addresses such as
GPS coordinates can then be used for other purposes such as placing markers on the map.
Resco.Location.Services.GeoCode namespace contains GeoCode class that implements above described translation and related helper classes.
GeoCode class implements event-based asynchronous pattern.
Multiple concurrent requests are allowed.
| Class | Description |
|---|---|
| GeoCode | Contains the methods used to make requests to the GeoCode Service. |
| GetAddressCompletedEventArgs | Represents the GetAddressCompleted event arguments. |
| GetLocationCompletedEventArgs | Represents the GetLocationCompleted event arguments. |
| Enumeration | Description |
|---|---|
| eGeoPrecision | Defines the precision of a location that was found for requested address. |