bfresh
bfresh

Reputation: 147

Android - Google Maps API - Markers as Buttons

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

Answers (1)

danny117
danny117

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

Related Questions