Hello everyone,
I’m building an app for tourists to make a walking tour and listen to audios explaining the attractions. To do that, I want to show a map with several different markers that the user can click and listen to an audio. I also want to show the user geo location during the walking tour.
I managed to show several different marker for the attractions (see below)! However, I can’t display a different marker to show the current location of the user.
The way I solved this was by creating a database with an image for the marker and the address in another field. See below:
You can see that the third field is the address field. I left it blank for the marker number 99. That’s because I want marker 99 to be the user geo location. However I can’t find a way of fulfilling this field with the user current location and set a period of a few seconds to update it.
Can someone help me with this?!
Thanks a lot!
Cheers,
Tomás