Reputation: 53647
I found there is questions asked in stackoverflow regarding this topic before but i didnt get any solution. I have latitude and longitudes of 5 different cities. I want to show them in google map. How can I achieve this
Thanks
Upvotes: 1
Views: 1346
Reputation: 23873
You should use an ItemizedOverlay.
Part 2 of the following example shows how:
Upvotes: 1