2015-02-04 2 views

답변

0

바이두 맵에 여러 마커를 표시 할 수 있습니다.

Check their example here

나는 그래서 아래와 같이 지역에 중국 보였다 230x125의 면적 바이두지도를 표시 한 :

var map  = new BMap.Map("id_of_map_loading_area"); 
var point = new BMap.Point(101.841797,35.433724); //China on the center of the area 
map.centerAndZoom(point,3); // Change value 3 to see difference 
map.enableScrollWheelZoom(); // Zoom effect to the map using mouse.