Cris
Cris

Reputation: 12194

How to show a small clickable item on Android map

I'm working on maps on Android. I create at runtime overlays and, when clicked, I show a dialog that, when clicked, goes to a new activity. I don't like so much the dialog so I would like to show a smaller clickable object (like in foursquare or in photos application for iPhone). Has anyone done something similar?

Upvotes: 1

Views: 655

Answers (1)

Aaron Saunders
Aaron Saunders

Reputation: 33345

you need to create custom overlays for map annotations.

here is some code from github

Upvotes: 1

Related Questions