Wednesday, December 28

Google Maps Using Asp.net

i followed this article from the following url

URL-http://www.codeproject.com/KB/aspnet/GoogleMapsAPIV3ASPNET.aspx

Introduction

Google Maps provides a flexible way to integrate maps to provide directions, location information, and any other kind of stuff provided by the Google MapAPI in your web application. Although there are some articles in CP explaining about maps, in my article I am going to provide information about the latest Google MapAPI V3 version. In this article, we will see some of the common techniques that are used with Google Maps. In order to work with the code sample explained below, you need to have some basic knowledge about JavaScript and C#.

Your First Google MapMap

In the earlier versions of the Google MapAPI, as a developer we need to register the web application with Googleand we were supposed to get an API key. However with the release of the new version, key registration has been eliminated for a few days for now, but recently, Google has come up with some kind of traffic limitations and we are supposed to register the application with an API Key. You can get more information about the usage of the API and the terms at this link: http://code.google.com/apis/maps/documentation/javascript/usage.html#usage_limits. Now we will start our work and create a simple Google Mapmap that can be integrated into our site. The following script is used to connect to the Google MapAPI:
Thanks shibashish mohanty

No comments:

Post a Comment

Please don't spam, spam comments is not allowed here.

.

ShibashishMnty
shibashish mohanty