LocationAccuracy enum

An enumeration of location accuracy.

Inheritance

Constructors

LocationAccuracy()
const

Values

powerSave → const LocationAccuracy

The location has an accuracy of 10km on Android and 3km on iOS.

low → const LocationAccuracy

The location has an accuracy of 10km on Android and 1km on iOS.

balanced → const LocationAccuracy

The location has an accuracy of 100m for both Android and iOS.

high → const LocationAccuracy

The location has an accuracy of ~100m on Android and 10m on iOS.

best → const LocationAccuracy

The location has an accuracy of ~100m on Android and ~10m on iOS.

The location has an accuracy of ~100m on Android and optimized for navigation on iOS.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<LocationAccuracy>
A constant List of the values in this enum, in order of their declaration.