These tutorials require a previous knowledge of ASP.NET WebForms. They will take you step-by-step through creating applications that is using Google Map Control. We have provided tutorials to get you started on various application types. ASP.NET Google Map Control is ASP.NET custom control that wraps most of Google Maps API functionality to provide and easy way of working with Google …
You can place and write custom text anywhere on your Google Map
The built in feature of GoogleMapControl asp.net gives you the abillity to place and write custom text anywhere on your Google Map . This feature is very useful when deling with many markers.
Add any type of custom markers or icons to your Google Map asp.net application
You can easily change the icon of a Google maps marker. Custom Marker Symbols can be useful way to organize into logical color coded categories, for better and quicker overview, you get a complete and diverse collection of unique markers for point of interests, for example cinemas, hotels, banks, restaurants and stores. Below is an example of a map with …
Drawing library is a included feature. Those overlays- Circle, Polygon, Rectangle, Polyline can be stored in the database
You can use Drawing Tools of Google Maps API included in the control. Drawing tools You can store those data using SQL Geometry type. Those overlays- Circle, Polygon, Rectangle, Polyline can be stored in the database. Visit this Page on stackoverflow.com if you want to know how to store Google overlays in the database. Drawing library is a included feature. …
Check out the GoogleMap control © Pro API documentation
All the GoogleMapControl ASP.NET API mirrors the GoogleMAP javascript API included in the pro version is documented and is available on the link below. This documentation is designed for people familiar with JavaScript programming and object-oriented programming concepts. You should also be familiar with Google Maps from a user’s point of view. There are many JavaScript tutorials available on the …