views:

245

answers:

2

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

+1  A: 

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
+4  A: 

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