leaflet

140 阅读1分钟

setView

map.setView(e.latlng, map.getZoom(), {
  "animate": true,
  "pan": {
    "duration": 10
  }
});
map.flyTo(e.latlng, map.getZoom(), {
  animate: true,
  duration: 0.5
});