Balaji.K
Balaji.K

Reputation: 4839

Display multiple markers on Google map

I want to display multiple markers on the Google map in android. How can I achieve this?

Upvotes: 2

Views: 7032

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007543

Use an ItemizedOverlay. Here is a sample project from one of my books that demonstrates this.

Upvotes: 5

Related Questions