Reputation: 4839
I want to display multiple markers on the Google map in android. How can I achieve this?
Upvotes: 2
Views: 7032
Reputation: 1007543
Use an ItemizedOverlay
. Here is a sample project from one of my books that demonstrates this.
Upvotes: 5