3

Is there a google maps API for C# to use in an ASP.NET application? I've only seen posts and resources for the javascript api and was wondering if there was a c# version....

Thanks

MBU
  • 4,998
  • 12
  • 59
  • 98
  • What would it do? The Javascript API is all you need. – SLaks Jun 30 '11 at 21:08
  • 1
    You realize, it probably took you longer to write this question than to just Google it? Your exact title of this question returned 12,200,000 results. I'm sure you'll find your answer in one of those. – George Johnston Jun 30 '11 at 21:08
  • 3
    http://meta.stackexchange.com/questions/5280/embrace-the-non-googlers – Dave Ziegler Jun 30 '11 at 21:17
  • 3
    @George That something can be located by google is no reason for not posting the question here. SO aims to be *the* source for knowledge about programming questions, and since *everything* can be found through google and a bit of work, then in that respect there would be no need for SO at all. – Lasse V. Karlsen Jul 01 '11 at 09:23
  • https://stackoverflow.com/a/61531795 – Alex P. Apr 30 '20 at 20:06

1 Answers1

6

I use this one with my ASP.NET site:

GoogleMap

it seems to work pretty well

EDIT:

here are a couple more that i have not used

Subgurim googlemaps

Shabdar - has a tutorial with it

Beno
  • 4,633
  • 1
  • 27
  • 26