fix aicloud of loctype problem

This commit is contained in:
zhongchao
2022-04-14 13:16:25 +08:00
parent 1d8ba2834d
commit a6c6c0f96e
2 changed files with 14 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ class MoGoMapDataCollectProvider : IMoGoMapDataCollectProvider, OnTaskListener,
location.latitude,
location.bearing,
location.speed,
location.provider == "GPS_SELF")
location.provider == "GPS_RTK")
}