发布1.4.5

This commit is contained in:
itgaojian 2023-03-25 13:20:29 +08:00
parent f5de56e50c
commit 1f50369fbc
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
2.特殊人口添加方式
```
## 2022-9-23 2023-3-12
## 2022-9-23 2023-3-25
```
> 1.4.5

View File

@ -1709,7 +1709,7 @@ public class MainActivity extends BaseActivity {
}
private void checkPointIsLegal(BDLocation bdLocation) {
LogUtils.e("城市码==" + bdLocation.getCityCode());
LogUtils.e("城市码==" + bdLocation.getCityCode() + "===" + bdLocation.getLatitude() + "===" + bdLocation.getLongitude());
if (PathConfig.IS_LIMIT) {
if (PathConfig.mDefaultCityCode.equals(bdLocation.getCityCode())) {
if (bdLocation.getLatitude() != 0 && bdLocation.getLongitude() != 0) {