build method

Implementation

SeonGeolocationConfig build() {
  return SeonGeolocationConfig(
    locationServiceTimeoutMs: _locationServiceTimeoutMs,
    maxLocationCacheAgeSec: _maxLocationCacheAgeSec,
    prefetchEnabled: _prefetchEnabled,
    geolocationEnabled: _geolocationEnabled,
  );
}