GeolocatorConfiguration
Properties
- 
          accuracy(GeolocatorPositionAccuracy) –Defines the desired accuracy that should be used to determine the location data. 
- 
          distance_filter(int) –The minimum distance (measured in meters) a device must move 
- 
          time_limit(DurationValue) –Specifies a timeout interval. 
Properties#
class-attribute
      instance-attribute
  
#
accuracy: GeolocatorPositionAccuracy = BEST
Defines the desired accuracy that should be used to determine the location data.
class-attribute
      instance-attribute
  
#
distance_filter: int = 0
The minimum distance (measured in meters) a device must move horizontally before an update event is generated.
Set to 0 when you want to be notified of all movements.
class-attribute
      instance-attribute
  
#
time_limit: DurationValue = None
Specifies a timeout interval.
For no time limit, set to None.