Good Day Devs, I'm currently developing an app using Here Maps SDK but I have a problem. Once I run the map, there are no GPS Positioning UI placed on the Map. Should I code it manually or is there something that I will enable to make it appear? Thank you.
How to enable the GPS positioning UI on Nokia Here Maps for Android
372 views Asked by Kevin Angelo Espina At
2
There are 2 answers
0
On
You can use their PositionManager for your app. Represents a manager for information received from positioning devices, such as updates to the current position and the average speed.
Link provided HERE
Unofrtunately there are no ready made things to get this done, thus You would need to code it manually.