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.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax Return Value
Type:
BooleanBoolean 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