1.处理轨迹经纬度飘和圆滑度
2.增加围栏缩放最小值提示 3.增加map和直播显示多宠物设置
This commit is contained in:
@@ -38,6 +38,7 @@ import androidx.annotation.StringDef
|
||||
MMKVKey.MapType,
|
||||
MMKVKey.ShowFence,
|
||||
MMKVKey.ShowDashedLine,
|
||||
MMKVKey.ShowAllPet,
|
||||
MMKVKey.isCrash,
|
||||
MMKVKey.AvailableOrder,
|
||||
MMKVKey.isFirstCheckBleOpen,
|
||||
@@ -94,6 +95,7 @@ annotation class MMKVKey {
|
||||
//map页是否显示围栏
|
||||
const val ShowFence = "isShowFence"
|
||||
const val ShowDashedLine = "isShowDashedLine"
|
||||
const val ShowAllPet = "isShowAllPet"
|
||||
|
||||
//是首次打开APP
|
||||
const val FirstOpen = "firstOpen"
|
||||
|
||||
Reference in New Issue
Block a user