1

I need an up to date and easy to use .net wrapper for google maps.

suhair
  • 10,895
  • 11
  • 52
  • 63

3 Answers3

4

Googlemap Control Wraps Google Maps API as ASP.NET custom control. Offers extremely easy and fast way of adding Google Maps API support on your ASP.NET pages.

gimel
  • 83,368
  • 10
  • 76
  • 104
1

If you want to use Google Maps in your application, then it is most likely that you are going to have to get down-and-dirty with their Google Maps API, which uses JavaScript. It's not all bad though, the documentation is pretty comprehensive and there's an active Google Group as well.

If you really want an ASP.Net server control for a mapping solution, then you could alternatively try Microsoft's offering.

Richard Ev
  • 52,939
  • 59
  • 191
  • 278
0

.NET wrapper libraries for the Google Maps API (API wrapper, but NOT controls for displaying maps):

  1. GoogleApi
  2. google-maps

https://stackoverflow.com/a/61531795

Alex P.
  • 1,140
  • 13
  • 27