IUserAccessiableGetGPSLocation Method |
Returns the current location as captured by the GPS.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax Examples can be used for getting its latitude or longitude:
GetGPSLocation().Latitude;
GetGPSLocation().Longitude;
See Also