This is one example how you can add a points collection to a polyline and draw the path onto GoogleMapControl project. The points are in string format in the SQL database so they are convertet to double datatype before added to the polyline path.
Download Visual studio sample code
We understand that good sample code and documentation is the fastest way to become productive. Therefore we have prepared several complete visual studio projects and ziped them that covers different aspects of the Google Map Control capabilities. Sample website content without binaries and license. To use it, it has to be unzipped and opened in Visual Studio. During the website …
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. …
Clustered Google Map markers.
This post shows shows you how to use marker clusters function of the control to display a large number of markers on a map. You can use the MarkerClusterer functionality to combine markers of close proximity into clusters, and simplify the display of markers on the map. The number on a cluster indicates how many markers it contains. Notice that …
GoogleMapControl © PRO version is available for install on NUGET
NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers. NuGet is a package management system for .NET. The goal of NuGet is to make the process of incorporating third party …
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 …
GoogleMapControl © light control is available on GitHub
Play around and explore basic functionality of the Google Map Control, -its free! https://github.com/velyo/google-maps