Click or drag to resize
IUserAccessiableGetGPSLocation Method
Returns the current location as captured by the GPS.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
ICoordinates GetGPSLocation()

Return Value

Type: ICoordinates
Examples
can be used for getting its latitude or longitude: GetGPSLocation().Latitude; GetGPSLocation().Longitude;
See Also