- upgrade to latlong from 0.4.0 to 0.5.3
- fix LICENSE spelling error
- double-tap to zoom (#62)
- Fix polyline overlap issue (#67)
- Offline map example (#53)
Thanks to contributors @alfanhui, @avioli, @solid-software, and @vinicentus for this release!
- update .gitignore (#40)
- Applied constraints to zoom on gesture update if min or max options set (#46)
- Pan Boundary with 2 new MapOptions variables: swPanBoundary and nePanBoundary (#47)
- OfflineMode bool variable added to TileLayerOptions for AssetImage Widget use (#48)
- remove quiver dep (#32)
Thanks to contributors @avioli, @bcko, and @alfanhui for this release!
- add LatlngBounds.contains, avoid rendering out-of-view markers in MarkerLayer
- bug: rendering far-away tiles was causing a GPU crash on the simulator. add tile pruning to TileLayer
- bug: TileLayer not listening to onMoved events from MapController
- fitBounds, onPositionChanged (#39)
- make tile background customizable (#36)
- use transparent_image as placeholder image (#37)
- Add marker anchor support (#27, #30)
- fixed Dart 2.0 type errors (#23)
- add MapController API (#24 + #25)
- subdomain support
- move gesture detection into map widget
- improved tile layer support
- improved examples
- Polyline layers
- fix marker redraw on map rotation
- inital release