how to manage the rendering of custom tile overlays and google map in google map flutter
The current situation :
Whenever someone zoom in or zoom out the map render first and then the tile overlay renders, i want to show the screen only when the tiles have rendered , the tiles cannot be cached but they are made on client side. Can i show a loading status until the tiles are being generated?
using
google_maps_flutter: ^2.10.0
how to manage the rendering of custom tile overlays and google map in google map flutter
The current situation :
Whenever someone zoom in or zoom out the map render first and then the tile overlay renders, i want to show the screen only when the tiles have rendered , the tiles cannot be cached but they are made on client side. Can i show a loading status until the tiles are being generated?
using
google_maps_flutter: ^2.10.0
How do I solve Unable to establish connection on channel
On startup the application works fine but when I change activities and return to the map activity/page then the error pops causing the app to crash.
Error trace:
(https://i.sstatic.net/TU2hSJjW.png)