how to add action button to open a page and also to get geolocation

0
hi i am working on google maps integration to my app, i have a button action which is used to open new page and it contains google map widget. i am showing all my group of markers. but my requirement is with same button action i need to get geolocation and i should show my current location. the problem is i downloaded phonegap geolocation widget which also required  to tap the label to get geolocation latitude and longiutde.
asked
1 answers
0

In a microflow you should grab the location of the current user and add it to the list with all your other markers before you show the page.

Hope this helps, otherwise be more specific on what part is not working.

Regards,

Ronald

[EDIT]

If I understand correctly is that when you have a current location of the user you want to show that and if not show all the markers? If so, check if the current user has a location and show that otherwise retrieve all the marker locations and pas that to the page.

[EDIT2]

Use the on change action of this widget to trigger your microflow where you can do the stuff I described above.

 

answered