The Internet of Things is coming to places that you might not expect. Three Google Maps customers are using location-based technologies to do everything: to keep track of your lovely pets, optimize collection of trash (The Internet of Bins) or survey the stock remotely of your vending machines, and everything of course in real-time. Over the next weeks, we’ll share …
Build your Geo-location based M2M / IOT mapping platform with GoogleMapControl
Why not use the GoogleMapControl.DLL to build your own global mapping and LBS platform for your M2M/IOT devices using Visual Studio. Most of the new IOT/M2M solutions that are released today also need a mapping platform to visualize the IOT/M2M data on a map, We recommend you to use GoogleMapControl to plot the datastreams from stationary and moving IOT devices …
Geo-fencing: taking an action when a lat/lng point enters or exits a geographi shape
Good, or common, uses of geo-fencing include: location tracking of objects and users, lifehacking, games (in the form of run-arounds, check-ins), and hyper-local ads and offers. Apps that are obvious employers of geo-fences include: foursquare (check-in reminders). The code below code calculates great-circle distances between the two points – that is, the shortest distance over the earth’s surface – using …
Google Map .NET development services
Do need technical help for your mapping project, look no further! Looking for some talent for your map project? Once you’ve planned your project and you know what kind of developer assistance you need (or even if you’re still exploring your options) We can create secure .NET applications that streamline your business. From showing your clients the exact location of …
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.
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 …
.NET help and examplecode
ASP.NET Google Map Control, C# and VB help and examplecode snippets that gives your map projct a rocket start The Google Maps Control project wraps Google Maps API as ASP.NET Custom Control, providing an easy and fast way of adding Google Maps in your ASP.NET pages with ”Zero-Written-JavaScript” code. ASP.NET Google Maps Control includes many features (markers, polyline, polygons, directions) …
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. …