mapsm_lv_dart 0.2.2
mapsm_lv_dart: ^0.2.2 copied to clipboard
Mapbox-gl wrapper for Dart. Library to use Mapbox GL JS in your web Dart projects.
Changelog #
0.2.2 - 2021-11-11 #
- Feature id as dynamic - Add promoteId to GeoJsonSource - update to mapbox-gl-js v2.5.1 #16
0.2.1 - 2021-11-09 #
- Feature id as dynamic - Add promoteId to GeoJsonSource - update to mapbox-gl-js v2.5.1 #16
0.2.0-nullsafety.0 - 2021-03-31 #
- BREAKING: opt into null safety
0.1.5 - 2020-06-03 #
- Add
Mapwithwidth,heightanddatafields to define an image inmap.addImage()
0.1.4 - 2020-04-02 #
- Add
setData()toGeoJsonSource - Fix returns of
map.getSource()
0.1.3 - 2020-03-13 #
- Add
GeolocateControl - Add
LogoControl - Add
NavigationControl - Fix
queryRenderedFeatures()
0.1.2 - 2020-03-06 #
- Add setter of
idandcopyWith()toFeature - Add
idandpreventDefault()toEvent - Fix
setMinZoom()andsetMaxZoom() - Fix
addImage()andloadImage()
0.1.1 - 2020-02-21 #
- Add
Pointtype and fixed all occurrences - Fix
optionsincameraForBounds - Allow null in
setMaxBounds - remove
swandnefromLngLatBounds - make
optionsoptional inenablemethods ofScrollZoomHandlerandTouchZoomRotateHandler
0.1.0 - 2020-02-11 #
- First public version.