单项选择题
百度地图//可选,默认true,定位SDK内部是一个SERVICE,并放到了独立进程,设置是否在stop的时候杀死这个进程,默认不杀死()。
A.locationOption.setIgnorKillProcess(true);
B.locationOption.setIgnoresKillProcess(true);
C.locationOption.setIgnoreKillProcess(true);
D.locatinOption.setIgnoreKillProcess(true);
点击查看答案
相关考题
-
单项选择题
百度地图//可选,默认false,设置是否需要位置语义化结果,可以在BDLocation.getLocationDescribe里得到,结果类似于“在北京天安门附近”()。
A.locationOption.setIsNeedsLocationDescribe(true);
B.locationOpton.setIsNeedLocationDescribe(true);
C.locationOption.setIsNeedLocationDecribe(true);
D.locationOption.setIsNeedLocationDescribe(true); -
多项选择题
auto方法中还有其他几个方法的调用()。
A.autoSize(view)
B.autoPadding(view)
C.autoMargin(view)
D.autoTextSize -
多项选择题
这个px并不代表1像素,我在内部会进行百分比化处理,也就是说:720px高度的屏幕,你这里填写72px,占据10%;当这个布局文件运行在()分辨率的手机上,这个72px都代表10%的高度,这就是本库适配的原理。
A.720P
B.820P
C.920P
D.1080P
