Replies: 1 comment
-
you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My goal is to implement a loading screen when the map is not ready but I don't understand how to get this information,
I get it in the widget :
OSMFlutter( controller:controller, trackMyPosition: false, initZoom: 12, minZoomLevel: 8, maxZoomLevel: 14, onMapIsReady: (isReady) { if (isReady) { print("map is ready"); } },
but I would like it before, to do some test,
Any idea how to do it ?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions