bool DisableAutomaticGPS()
Description
Disables the automatic updating of the Subject Location during an interview.
Return Type
bool
Examples
Check if GPS is open and disable the automatic updates
if (GPSOpen())
{
DisableAutomaticGPS();
}
bool DisableAutomaticGPS()
Disables the automatic updating of the Subject Location during an interview.
bool
Check if GPS is open and disable the automatic updates
if (GPSOpen())
{
DisableAutomaticGPS();
}
Comments
Please sign in to leave a comment.