I'm creating an Android application with Google Maps API
that allows me to map accessibility issues on the streets of Rio de Janeiro.
My program now allows users to N demarcations on the map, search for a specific location, or demarcate where the user is currently (button mylocation
).
I want you to click on a map marker, Listview
is displayed so that the user can choose among several options what accessibility problem that piece of street has.
How to implement Listview
as a click-through return on a map marker?