amap_location_fluttify
This commit is contained in:
26
lib/src/facade/enums.dart
Normal file
26
lib/src/facade/enums.dart
Normal file
@ -0,0 +1,26 @@
|
||||
/// 定位模式
|
||||
enum LocationAccuracy {
|
||||
/// 高
|
||||
High,
|
||||
|
||||
/// 低
|
||||
Low,
|
||||
|
||||
/// 设备传感器 仅android
|
||||
DeviceSensor,
|
||||
}
|
||||
|
||||
/// 电子围栏激活动作
|
||||
enum GeoFenceActiveAction {
|
||||
In,
|
||||
Out,
|
||||
Stayed,
|
||||
}
|
||||
|
||||
/// 电子围栏状态
|
||||
enum GeoFenceStatus {
|
||||
Unknown,
|
||||
In,
|
||||
Out,
|
||||
Stayed,
|
||||
}
|
Reference in New Issue
Block a user