maxGeoLocationCacheAgeSec property
int
get
maxGeoLocationCacheAgeSec
Get the max Geolocation cache age in seconds.
Implementation
int get maxGeoLocationCacheAgeSec => _maxLocationCacheAgeSec;
set
maxGeoLocationCacheAgeSec
(int value)
Set the max Geolocation cache age in seconds.
Implementation
set maxGeoLocationCacheAgeSec(int value) {
_maxLocationCacheAgeSec = value;
}