How to enable the GPS positioning UI on Nokia Here Maps for Android

372 views Asked by At

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.

2

There are 2 answers

0
Dr.Jukka On BEST ANSWER

Unofrtunately there are no ready made things to get this done, thus You would need to code it manually.

0
neilQ5 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