맵뷰의 모든 마커를 삭제하는 API이다.
function btn_deleteallmarkers_on_mouseup(objInst) { // 모든 마커 삭제 map_basic.deleteallmarkers(); }