issues
search
beyonk-group
/
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
MIT License
343
stars
61
forks
source link
method flyTo implementation in map
#6
Closed
the-yadu
closed
4 years ago
the-yadu
commented
4 years ago
Changes
Method flyTo added
Method flyTo accept an object as given in documentation (
https://docs.mapbox.com/mapbox-gl-js/example/flyto/
)
Method flyTo exported so that it can be used as a prop in map component.
Updated readme for the usage
Updated code in demo.svelte file
Changes