0

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!

bfresh
  • 150
  • 3
  • 14

1 Answers1

2

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.

Community
  • 1
  • 1
danny117
  • 5,581
  • 1
  • 26
  • 35