version:
fix:优化请求次数 update:
This commit is contained in:
@@ -70,6 +70,7 @@ public class AmapManager {
|
||||
SPUtils.put(mContext, "AmapAddress", aMapLocation.getAddress());
|
||||
SPUtils.put(mContext, "longitude", aMapLocation.getLongitude());
|
||||
SPUtils.put(mContext, "latitude", aMapLocation.getLatitude());
|
||||
SPUtils.put(mContext, "AmapError", "");
|
||||
} else {
|
||||
//定位失败
|
||||
sb.append("定位失败" + "\n");
|
||||
|
||||
Reference in New Issue
Block a user