單項選擇題百度地圖//可選,默認gcj02,設置返回的定位結(jié)果坐標系,如果配合百度地圖使用,建議設置為bd09ll()。
A.locationOption.setCoorType(“gcj02”);
B.locationOption.setCorType(“gcj02”);
C.locationOption.setCoorTypes(“gcj02”);
D.locationOption.getCoorType(“gcj02”);
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題百度地圖//可選,默認0,即僅定位一次,設置發(fā)起連續(xù)定位請求的間隔需要大于等于1000ms才是有效的()。
A.locationOption.setScanSpan(-1000)
B.locationOption.setScanSpan(1000)
C.locationOption.setScanSpan(888)
D.locationOption.setScanSpan(999)
2.單項選擇題百度地圖//可選,設置是否需要地址信息,默認不需要()。
A.locationOption.setIsNeedAddress(true);
B.locationOptions.setIsNeedAddress(true);
C.locationOption.getIsNeedAddress(true);
D.locationOption.setNotNeedAddress(true);