[카카오맵api] Uncaught TypeError: Cannot read properties of undefined (reading 'getMarkers')

    apt:261 Uncaught TypeError: Cannot read properties of undefined (reading 'getMarkers')

    클러스터러에서 마커를 가져오는데 생기는 오류

    해결:

    클러스터러를 만들 때 disableClickZoom: true 이 옵션을 필수로 적용하고 

    이벤트 핸들러 안에서 get으로 마커스를 불러야 한다. 

     

    https://devtalk.kakao.com/t/cluster-getmarkers/41359/2

     

    cluster.getMarkers()에대한 질문입니다~

    http://apis.map.daum.net/web/sample/addClustererClickEvent/ 이 예제를 조금 변형해서 marker들을 가져오는 코드를 작성했습니다. 주석을 추가한 줄을 중점적으로 보시면 됩니다. var map = new daum.maps.Map(document.getEl

    devtalk.kakao.com

     

    댓글