mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
feat(map): updage baidu map sdk
This commit is contained in:
parent
8d91aa8206
commit
b6d2989b36
@ -15,8 +15,8 @@ android {
|
||||
keyPassword 'GoGoGo'
|
||||
}
|
||||
}
|
||||
ndkVersion '25.1.8937393'
|
||||
buildToolsVersion '33.0.0'
|
||||
ndkVersion '25.2.9519653'
|
||||
buildToolsVersion '33.0.2'
|
||||
compileSdkVersion 32
|
||||
defaultConfig {
|
||||
applicationId "com.zcshou.gogogo"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/libs/arm64-v8a/libtiny_magic.so
Normal file
BIN
app/libs/arm64-v8a/libtiny_magic.so
Normal file
Binary file not shown.
@ -797,7 +797,8 @@ public class MainActivity extends BaseActivity implements SensorEventListener {
|
||||
//可选,默认false,设置是否收集CRASH信息,默认收集
|
||||
locationOption.SetIgnoreCacheException(true);
|
||||
//可选,默认false,设置是否开启Gps定位
|
||||
locationOption.setOpenGps(true);
|
||||
//locationOption.setOpenGps(true);
|
||||
locationOption.setOpenGnss(true);
|
||||
//可选,默认false,设置定位时是否需要海拔信息,默认不需要,除基础定位版本都可用
|
||||
locationOption.setIsNeedAltitude(false);
|
||||
//需将配置好的LocationClientOption对象,通过setLocOption方法传递给LocationClient对象使用
|
||||
|
||||
Loading…
Reference in New Issue
Block a user