Google Maps in Visual Studio
I will give information about the usage of Google Maps that is free if not used for trading in Visual Studio development tool. It is not difficult to have your own google maps application. Because, Google made this technology so easy usage and so, you have one work that is only using it. Not only for Visual Studio also Google represents a Google Maps API for Eclipse and Netbeans. We will work the Google Maps API for Visual Studio development tool.
First of all, we need to download Google Maps API for Visual Studio.
You can download this API from this link.
Select free download and download the API. Then create a web application called GoogleMaps as I did in Visual Studio. Create a new tab called ‘Google Maps’ in toolbox of Visual Studio. You will find a dll file called ‘GMaps.dll’ under the file that you have just downloaded. Drag and drop this dll file into ‘Google Maps’ tab. The screen shot of after completing this operation will be as below.

As seen, there are several controls. GMap, GMoonMap, GEarthMap, GMarsMap, vs. Super
!!!
We will use Gmap control from these several controls. We have just created a web application. Let’s open Default.aspx file and drag and drop GMap control. The last screen shot will be as below.