We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bcba42 + 161eb7c commit de0d596Copy full SHA for de0d596
app/src/main/java/com/zcshou/gogogo/MainActivity.java
@@ -650,7 +650,7 @@ private static LocationClientOption getLocationClientOption() {
650
//可选,默认false,设置是否需要POI结果,可以在BDLocation.getPoiList里得到
651
locationOption.setIsNeedLocationPoiList(false);
652
//可选,默认false,设置是否收集CRASH信息,默认收集
653
- locationOption.SetIgnoreCacheException(true);
+ locationOption.setIgnoreCacheException(true);
654
//可选,默认false,设置是否开启Gps定位
655
//locationOption.setOpenGps(true);
656
locationOption.setOpenGnss(true);
0 commit comments