Is there an existing issue for this?
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.