ASP.NET Google Map Control Samples
Samples about ASP.NET Google Map Control usage on web pages.
Getting Started
These are the sample pages of ASP.NET Google Map Control where you get familiar with the control functionality and features.
The samples are grouped in sections by ASP.NET Google Map Control functionality.
In addition to these sample pages you can ask questions and discuss problems in the
ASP.NET Google Map Control Forum
How to Install
You can install ASP.NET Google Map Control to any of your ASP.NET WebForms projects as NuGet package.
Please check the embedded video bellow.
Commercial Build
The Commercial Build is fully functional build of ASP.NET Google Map Control and the only allowed for commercial use.
The build is locked and needs a license to be purchased to unlock it for commercial use.
It is issued with 90 days of a free trial period.
You can install the ASP.NET Google Map Control Commercial Build using
Package Manager UI
or just run the following command in the
Package Manager Console
PM>Install-Package GoogleMapControl
Development Build
The Development Build is fully functional build of ASP.NET Google Map Control and allowed only for non-commercial use.
The build is not locked and can be used to test and develop for unlimited period of time.
You can install the ASP.NET Google Map Control Development Build using
Package Manager UI
or just run the following command in the
Package Manager Console
PM>Install-Package GoogleMapControl.DEV
Samples Build
The Samples Build is a set of sample ASP.NET WebForms pages which can added to any existing ASP.NET WebForms application.
It will add additional content in your ASP.NET WebForms application with the source of all sample pages used in this website.
You can install the ASP.NET Google Map Control Samples Build using
Package Manager UI
or just run the following command in the
Package Manager Console
PM>Install-Package GoogleMapControl.Samples
The sample pages will be installed under
samples folder in your ASP.NET application.
Run the application and navigate to
/samples to see them working.
Samples Website
The Samples Website is an archive of the entire ASP.NET WebForms application used to build this website.
It can be added a separate project to your solution and run it as independent ASP.NET WebForms application.
You can download the ASP.NET Google Map from the project home website at http://googlemapcontrol.com/downloads
Thanks for using ASP.NET Google Map Control.
Happy coding ...