MobileForms Toolkit Documentation

Resco.Location.Services.GeoCode Namespace

GeoCode service

Geocoding is the process of converting between civic addresses such as

"221B Baker Street, London" (yes, Sherlock Holmes)
and geographic (GPS) coordinates such as
Latitude: 51.523700; Longitude: -0.158600

GPS coordinates can then be used for other purposes such as placing markers on the map.

Technical specs

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.

Namespace hierarchy

Classes

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.

Enumerations

Enumeration Description
eGeoPrecision Defines the precision of a location that was found for requested address.