MobileForms Toolkit Documentation

GetLocationCompletedEventArgs Class

Represents the GetLocationCompleted event arguments.

For a list of all members of this type, see GetLocationCompletedEventArgs Members.

System.Object
   System.EventArgs
      System.ComponentModel.AsyncCompletedEventArgs
         Resco.Location.Services.GeoCode.GetLocationCompletedEventArgs

public class GetLocationCompletedEventArgs : AsyncCompletedEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If the request has been successfully completed, the property Location contains the GeoPoint object representing the resulting GPS location. Getting the Location property in case of failure causes that a ServiceRequestException is thrown.

If the request succeeded and the requested civic address cannot be well defined by a single point, the property ViewPoint should contain a valid GeoArea object defining the geographic area covered by the requested object.

Requirements

Namespace: Resco.Location.Services.GeoCode

Assembly: Resco.Location.CF3 (in Resco.Location.CF3.dll)

See Also

GetLocationCompletedEventArgs Members | Resco.Location.Services.GeoCode Namespace