SeulGi Choi(Chase)

Results 6 comments of SeulGi Choi(Chase)

zoom_changed 호출이 1->2 와 같이 정수일때만 실행되지 않고(windows의 경우 정수단위), 1->1.01 과 같이 소수단위에서도 발생하면 가능한 케이스입니다. zoom_changed 콜백에서 zoom 확인 후 정수일 때 실행되도록 처리하면 현상이 낫지않을까요?

I had the same problem. You can use it by add `webpack`, `babel` like: ``` ... preprocessors: { ./js/add.js': ['webpack', 'babel', 'coverage'] }, webpack: {}, ... ``` Then you'll be...

@martsie Yes, absolutely the implementation as workround is not ideal. The events should be added on the Marker object itself but element. What I meant was the same as you...

Umm, that's why my code is workaround. It should be used as you code to get position of marker: ```javascript el.addEventListener('click', function(){ console.log(marker1.getLngLat()); }) ``` It's not part of API,...

I hope there should have `right-bottom`, `left-bottom`, `right-top`, `left-top` those placed on different direction with `bottom-right`, `bottom-left`, `top-right`, `top-left`. such https://developers.google.com/maps/documentation/javascript/controls#ControlPositioning

@jtwite Please update PR to get merged 😊