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 multiple map markers with popup infowindows
Add multiple map markers from codebehind, show popup infowindows with customized content on marker clicks. When using the GooglemapControll DLL in your Visual studio project its very easy to display customized InfoWindows. You can display any content (usually text, video, buttons or images) in a popup window above the map, at a given location. The info window has a content …
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.
List of functionalities
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 …
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 …