Reputation: 147
Is there any way to program Google Map markers/location pins to be buttons?
I would like to have the markers on the map clickable, to move onto the next Activity.
Any ideas?
Apprececiate it & thanks!
Upvotes: 0
Views: 723
Reputation: 5651
I'm sure this has been answered before. Display toolbar for Google Maps marker automatically
Set an setOnMarkerClick handler. Then in onMarkerClick do your stuff and return false.
Upvotes: 2