1.处理轨迹经纬度飘和圆滑度

2.增加围栏缩放最小值提示
3.增加map和直播显示多宠物设置
This commit is contained in:
yezhiqiu
2026-05-28 11:01:51 +08:00
parent f26e3545b2
commit fde637793e
27 changed files with 557 additions and 77 deletions

View File

@@ -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"