单项选择题
百度地图//可选,默认false,设置是否需要POI结果,可以在BDLocation.getPoiList里得到()。
A.locationOptions.setIsNeedLocationPoiList(true);
B.locationOption.setIsNeedLocationPoiLists(true);
C.locationOption.setIsNeedLocationPoiList(true);
D.locationOption.setIsNeedLocatonPoiList(true);
相关考题
-
单项选择题
百度地图//可选,默认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
