GeolocatorConfiguration
Base configuration for position requests and position-stream updates.
Use this type when you want the same settings to apply across all platforms. Platform-specific configuration classes extend it with additional options.
Properties
accuracy- Defines the desired accuracy that should be used to determine the location data.distance_filter- The minimum distance (measured in meters) a device must move horizontally before an update event is generated.time_limit- Specifies a timeout interval.
Properties
accuracyclass-attributeinstance-attribute
Defines the desired accuracy that should be used to determine the location data.
distance_filterclass-attributeinstance-attribute
distance_filter: int = 0The 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_limitclass-attributeinstance-attribute
time_limit: DurationValue = NoneSpecifies a timeout interval.
For no time limit, set to None.