-3

I want to show few countries marked with "pin" much like what the nerddinner has:

http://nerddinner.com/

How can I achieve this functionality? Any details?

Jaggu
  • 6,298
  • 16
  • 58
  • 96

1 Answers1

1

For detail you can check out this article : Show Your Data on Google Map using C# and JavaScript which provide little info about google map api which help you to achieve your task.

Pranay Rana
  • 175,020
  • 35
  • 237
  • 263
  • 2
    please note that the linked article uses a deprecated version of the Google Maps API... – Jon Sep 26 '11 at 05:04