Keep in mind that it will be called on all successive location changes as well.
R
Rasanga Perera
said
over 10 years ago
How do I retrieve the user's current location out of location context (it is not called beginning of the script execution)?
W
Wolfgang Damm
said
over 10 years ago
What platform are you using it on? If you are using Android make sure you have a location provider that updates the location via ArchitectView.setLocation().
On iOS the callback function is called whenever the first location is avaiable. Depending on your current environment (indoor, outdoor, wifi available, gps signal strong etc.) this might not immediately be available.
Rasanga Perera