GeolocatorConfiguration
GeolocatorConfiguration
#
accuracy
#
accuracy: GeolocatorPositionAccuracy = BEST
Defines the desired accuracy that should be used to determine the location data.
distance_filter
#
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.
time_limit
#
time_limit: DurationValue = None
Specifies a timeout interval.
For no time limit, set to None
.