Display multiple markers on Google map

2019-01-26 00:23发布

问题:

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

回答1:

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