Click or drag to resize
IUserAccessiableGetGPSInfo Method
Returns the current GPS info.

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

Return Value

Type: IGPSInfo
Examples
can be used for getting the GPS info as a string GetGPSInfo().AsString
See Also