Click or drag to resize
IUserAccessiableGPSOpen Property
Checks if the GPS is open.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool GPSOpen { get; }

Property Value

Type: Boolean
Examples
Good for verifying if the GPS is working, like shown in this tutorial: http://manual.dooblo.net/2012/10/07/how-to-force-gps-///capturing/
See Also