mapbox/mapbox-arkit-ios

No need to update annotationManager.originLocation ?

Opened this issue · 2 comments

Once we ask the user for the current location, and we set that location to annotationManager.originLocation there is no need to keep updating the current location ?

No, and doing so will increase power consumption. However, you need to balance this with accurately positioning content, relative to the device. If you think your users will be moving a considerable distance (eg for a navigation or city information app), you should consider updating the location while the AR view is active. You should ensure that your app stops updating the location when the AR view controller is not in use, however.

Then we have to update the location if the user walk in the city, right?