NotificationOptions class
Positioning notification options.
Constructors
Properties
- desiredIntervalMilliseconds ↔ int
-
Desired interval for position updates in milliseconds. This interval
is not guaranteed.
Default interval is 30 seconds.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smallestIntervalMilliseconds ↔ int
-
Smallest allowed interval for position updates in milliseconds. It is
guaranteed that positions are not provided more often than this value.
Smallest interval could be used for throttling position updates, e.g.
when each position update triggers CPU intensive calculations in the
client application. This value is used as a minimum update interval
when requesting GNSS location updates from the operating system.
When hdEnabled is set to
truein SatellitePositioningOptions, the smallest_interval_milliseconds value has a limited range. The SDK will adjust the value to allow location updates with a frequency of 1Hz to 10Hz (1000 ms to 100 ms, respectively). Default interval is 900 milliseconds.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited