Replies: 1 comment 2 replies
-
Hi @NopMap, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a map that centers itself on a stream of coordinates received from the GPS. The coordinates are applied to the map with move(). This throws an exception when the map has not been rendered yet.
I am trying to determine the earliest point in time when the MapController is actually ready to process the move(). I would have assumed that the logical point was in onMapReady, but found the guidance that this is not so. Unfortunately the documentation does not hint at the correct way to do this.
Therefore the questions:
Beta Was this translation helpful? Give feedback.
All reactions