单项选择题
百度地图//可选,默认gcj02,设置返回的定位结果坐标系,如果配合百度地图使用,建议设置为bd09ll()。
A.locationOption.setCoorType(“gcj02”);
B.locationOption.setCorType(“gcj02”);
C.locationOption.setCoorTypes(“gcj02”);
D.locationOption.getCoorType(“gcj02”);
相关考题
-
单项选择题
百度地图//可选,默认0,即仅定位一次,设置发起连续定位请求的间隔需要大于等于1000ms才是有效的()。
A.locationOption.setScanSpan(-1000)
B.locationOption.setScanSpan(1000)
C.locationOption.setScanSpan(888)
D.locationOption.setScanSpan(999) -
单项选择题
百度地图//可选,设置是否需要地址信息,默认不需要()。
A.locationOption.setIsNeedAddress(true);
B.locationOptions.setIsNeedAddress(true);
C.locationOption.getIsNeedAddress(true);
D.locationOption.setNotNeedAddress(true); -
单项选择题
百度地图//可选,设置是否需要地址描述()。
A.locationOption.setIsNotLocationDescribe(true);
B.locationOption.setIsNeedLocationDescribe(true);
C.locationOption.setNeedLocationDescribe(true);
D.locationOption.setWantNeedLocationDescribe(true);
