vector_map 0.7.0 vector_map: ^0.7.0 copied to clipboard
Vector map for Flutter. Highly customizable. Compatible with GeoJSON. Map chart. Pure Flutter.
0.7.0 #
- Multiline reader
0.6.1+2 #
- Updating the README
0.6.1+1 #
- Removing unnecessary imports
0.6.1 #
- Bugfix mobile
- Wrong feature on click listener
0.6.0 #
- Pan and zoom mode
- Placeholder for map without layers
MapDataSource.geoJSON
renamed toMapDataSource.geoJson
contourThickness
parameter moved fromVectorMap
toVectorMapController
VectorMapController.getLayer
renamed toVectorMapController.getLayerByIndex
- New methods
VectorMapController.getLayerById
VectorMapController.hasLayerId
0.5.0 #
- Gradient legend
MapLayer.hoverTheme
refactored toMapLayer.highlightTheme
to be used by addons as well
0.4.0 #
- Debugger
- GeoJSON line geometry reader
- It remains to calculate buffered area to allow the hover to be detected
- Experimental (the API will change)
- Addons
- Gradient legend
- Addons
0.3.0 #
- Drastic reduction in package size
- Demo moved to separate repository
- Marker
0.2.0 #
- Multiple layers
- GeoJSON point geometry reader
0.1.0 #
- Initial release