맵뷰의 마커 갯수를 반환하는 API이다.
function btn_getmarkercount_on_mouseup(objInst) { // 마커 갯수 취득 console.log("마커 갯수 : " + map_basic.getmarkercount()); }