BMFLocationMode enum
定位模式枚举类
Values
- hightAccuracy → const BMFLocationMode
-
高精度模式
- batterySaving → const BMFLocationMode
-
低功耗模式
- deviceSensors → const BMFLocationMode
-
仅设备(Gps)模式
Properties
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<
BMFLocationMode> - A constant List of the values in this enum, in order of their declaration.