IAConfiguration class
Constructors
- IAConfiguration({required String apiKey, String endpoint = '', double minChangeMeters = 0.7, double minIntervalSeconds = 2, IAPositioningMode positioningMode = IAPositioningMode.highAccuracy, int? floorLock, bool indoorLock = true})
-
const
Properties
- apiKey → String
-
final
- endpoint → String
-
final
- floorLock → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indoorLock → bool
-
final
- minChangeMeters → double
-
final
- minIntervalSeconds → double
-
final
- positioningMode → IAPositioningMode
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyFloorLocked(
int? floorLock) → IAConfiguration -
copyWith(
{String? apiKey, String? endpoint, double? minChangeMeters, double? minIntervalSeconds, IAPositioningMode? positioningMode, bool? indoorLock}) → IAConfiguration -
copyWithEx(
{String? apiKey, String? endpoint, double? minChangeMeters, double? minIntervalSeconds, IAPositioningMode? positioningMode, int? floorLock, bool? indoorLock}) → IAConfiguration -
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