发布1.4.5
This commit is contained in:
parent
f5de56e50c
commit
1f50369fbc
@ -32,7 +32,7 @@
|
||||
2.特殊人口添加方式
|
||||
```
|
||||
|
||||
## 2022-9-23 2023-3-12
|
||||
## 2022-9-23 2023-3-25
|
||||
|
||||
```
|
||||
> 1.4.5
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user