mapbox_gl_dart 0.1.2
mapbox_gl_dart: ^0.1.2 copied to clipboard
Mapbox-gl wrapper for Dart. Library to use Mapbox GL JS in your web Dart projects.
Changelog #
Unreleased #
0.1.2 (2020-03-06) #
- Add setter of
id
andcopyWith()
toFeature
- Add
id
andpreventDefault()
toEvent
- Fix
setMinZoom()
andsetMaxZoom()
- Fix
addImage()
andloadImage()
0.1.1 (2020-02-21) #
- Add
Point
type and fixed all occurrences - Fix
options
incameraForBounds
- Allow null in
setMaxBounds
- remove
sw
andne
fromLngLatBounds
- make
options
optional inenable
methods ofScrollZoomHandler
andTouchZoomRotateHandler
0.1.0 (2020-02-11) #
- First public version.