맵뷰의 지정된 인덱스의 마커를 삭제하는 API이다.
function btn_deletemarker_on_mouseup(objInst) { // 첫번째 마커 삭제 map_basic.deletemarker(0); }