Add a button to get Google Maps directions to an specific place

I am trying to add a button to my app so that when clicked opens Google Maps to get directions on how to get there. Are there any suggestions where I should start looking?
Any help will be greatly appreciated :slight_smile:

to call google Navigate

activityStarterNavigation

To call Google Map with a route

Alternatives:

Thank you very much Steve, it works as a charm. I will be experimenting to find out whether using just one activity starter can be used to get directions to different locations, I will start by using lists, do you think that is a good approach?

1 Like

Yes, a single ActivityStarter can be used with a List of location coordinates or description. Easiest way is to place the List in a ListPicker or ListView to select the coordinates to use in the ActivityStarter calling blocks.

Glad it works for you. :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.