Start at users location #9
-
Is there a setting that will start the map at the current user location? If not is there a a way to call the gotolocaiton at start |
Beta Was this translation helpful? Give feedback.
Answered by
themronion
May 31, 2023
Replies: 1 comment
-
Getting location takes some time. I advice u to get the coordinates on a previous page and then set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
themronion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting location takes some time. I advice u to get the coordinates on a previous page and then set
InitialCameraUpdate
property to those coordinates. If u wish to also display a blue dot indicating the user's current location setMyLocationEnabled
to true.