This simple example code show you the syntax how to read data from a SQL server table and add it to a Google Map Control webforms project and visualize your data. You can add any content to a map like labels, html-infowindows, mapmarkers, polylines, polygones, directions, regular infowindows that is created in codebehind. EXAMPLE !!! Imports System.Data.SqlClient Imports System.Drawing Imports …
Traveling Salesman Algorithm for Optimized routing.
Optimized routing. Using our DLL you can easily plot a route E.g. to have a bunch of way points loaded onto the map and draw a line from each of them showing the user the best route. The routing functionality between MapPoint is very useful if you are into logistics or just want to save on fuel and vehicle maintenance. …
Add lat/lng point’s to a path and draw it onto your GoogleMap application from codebehind
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.