Leaflet 화면 중앙 위치 값 얻기

Leaflet 화면 중앙 위치 값 얻기

1
map.getCenter()

1
2
3
center = map.getCenter();
center.x = center.lng;
center.y = center.lat;
공유하기