GeolocatorWebConfiguration
Web specific settings.
Inherits: GeolocatorConfiguration
Properties
maximum_age- A value indicating the maximum age of a possible cached position that is acceptable to return.
Properties
maximum_ageclass-attributeinstance-attribute
maximum_age: DurationValue = field(
default_factory=lambda: Duration()
)A value indicating the maximum age of a possible cached position that is acceptable to return. If set to 0, it means that the device cannot use a cached position and must attempt to retrieve the real current position.