here-android-sdk-examples
here-android-sdk-examples copied to clipboard
how can I collect my app user's position?
Hi everyone,
I am developing an android application for carpoling and I am using HERE as map provider. In order to offer to user's the appropriate rides, I need to gather their position.
How can I do it ?
Thanks
Hi @medelmaimouni
You can use PositioningManager.addListener(OnPositionChangedListener)
to track position updates. Have a look at this example.