DisableAutomaticGPS

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();

}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.