minGpsAccuracy property

int minGpsAccuracy
getter/setter pair

minGpsAccuracy: Int the minimum acceptable accuracy of GPS location, in meters. By default, 150 meters. Setting to 0 (zero) will keep the GPS location tracking always on. (default = 150)

Implementation

int minGpsAccuracy = 180;