feat: 增加道路任务拍摄时的距离判定,当连续5个点距离小于2米时暂停拍摄

This commit is contained in:
2023-03-17 16:14:10 +08:00
parent 88dd96f572
commit 37e4c59041
4 changed files with 67 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.navinfo.outdoor"
minSdkVersion 24
targetSdkVersion 30
versionCode 48
versionName "8.230221"
versionCode 49
versionName "8.230317"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {