Re: MH5 Get Current location
Hi,
We've noticed sometimes browsers have troubles with geolocation handling if several handlers are added to navigator.geolocation.
Because mh5 already adds its own handler to geolocation object, I'd recommend you to use nokia.mh5.geolocation for geolocation handling.
Let me know whether it solves your problem.
Br,
Leo
Re: MH5 Get Current location
It works with nokia.mh5.geolocation.
Thanks
Tom
Re: MH5 Get Current location
Hello,
I am also interested in getting current coords for the user when the map is loaded so I can add a infobubble with information on his/her current location, would you be so kind and share how you did it?
Thanks!
Re: MH5 Get Current location
Hi,
if you use Map component you can access map.position to get latitude & longitude of the user position.
Br,
Leo
Re: MH5 Get Current location
[QUOTE=ZieL;913870]Hi,
if you use Map component you can access map.position to get latitude & longitude of the user position.
Br,
Leo[/QUOTE]
Yes, that helped, thanks a lot!