Map activities for Mobile

0
Hi! I’m trying for the first time develop something using maps. I already could connect my app to the google maps API and use some activities that I found in the community and nanoflow commons, such as GetCurrentLocation etc.   Now I have an overview page of saved locations and I’d like to move my map view according to which location I selected, I couldn’t find any activity of “GoToLocation”. Is there any way I could to such thing?
asked
1 answers
3

Hey Raique,

You can do this by using a nanoflow,

just add a button in the list view/datagrid which shows your addresses, and then call a nanoflow in the nanoflow, you can use a navigate to activity,

you can refer to the image below,

Note: the addresses should be correct,

 

Hope it helps!

answered