1
I’m creating an Android app with Google Maps API
that allows me to map accessibility problems of the streets of Rio de Janeiro.
My program today allows the user to perform N map demarcations, look for a specific location or make a demarcation in the location where the user is currently (button mylocation
).
I’m hoping that by clicking on a map marker, a Listview
it is displayed so that the user chooses among several options what accessibility problem that piece of street has.
How to implement Listview
how to return click on a map marker?