flutter_map
flutter_map copied to clipboard
Animated zooming support
Is there an existing issue for this?
- [X] I have searched the existing issues
Use case
Currently changing MapController.{zoom,center} values affects instantly. It is not convenient for most users. I think. Is there a way to make it animate?
Proposal
- TileLayer uses Positioned to position tiles. I'd try AnimatedPositioned first.
- Other custom layers also need to animate. I have no idea If it is good or bad to call MapLayout.builder method on animate.