SeonGeolocationConfig class

Constructors

SeonGeolocationConfig({int locationServiceTimeoutMs = kDefaultLocationServiceTimeoutMs, int maxLocationCacheAgeSec = kDefaultMaxLocationCacheAgeSec, bool prefetchEnabled = kDefaultPrefetchEnabled, bool geolocationEnabled = kDefaultGeolocationEnabled})

Properties

geolocationEnabled bool
Get whether Geolocation is enabled or not.
getter/setter pair
geolocationServiceTimeoutMs int
Get the Geolocation service timeout in milliseconds.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxGeoLocationCacheAgeSec int
Get the max Geolocation cache age in seconds.
getter/setter pair
prefetchEnabled bool
Get whether Location prefetching is enabled or not.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object>
Converts all settable fields to a Map<String, dynamic>.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited