Click or drag to resize
IUserAccessiableOpenGPS Method
Enables the GPS for use and call’s this function: function OnGPSUpdated(inLocation) { SubjectGPSLocation = inLocation; } this function can be added to the advanced scripts and re-edited

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

Return Value

Type: Boolean
Boolean Value
Examples
This will be used when wanting to validate that GPS info was captured, as described in this tutorial: http://manual.dooblo.net/2012/10/07/how-to-force-gps-///capturing/
See Also