GeolocatorWebConfiguration
Inherits: GeolocatorConfiguration
Web specific settings.
Properties
-
maximum_age
(DurationValue
) –A value indicating the maximum age of a possible cached
Properties#
maximum_age
#
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.