SeonGeolocationConfig constructor
SeonGeolocationConfig({})
Implementation
SeonGeolocationConfig({
int locationServiceTimeoutMs = kDefaultLocationServiceTimeoutMs,
int maxLocationCacheAgeSec = kDefaultMaxLocationCacheAgeSec,
bool prefetchEnabled = kDefaultPrefetchEnabled,
bool geolocationEnabled = kDefaultGeolocationEnabled,
}) : _locationServiceTimeoutMs = locationServiceTimeoutMs,
_maxLocationCacheAgeSec = maxLocationCacheAgeSec,
_prefetchEnabled = prefetchEnabled,
_geolocationEnabled = geolocationEnabled;