Resources tagged with "dotnet"
Using Truck Attributes and Constraints
A tutorial explaining the usage of truck/vehicle attributes and constraints in GeoBase routing.
Published, Jun 20th, 20:12
Integrating Historical Traffic Data
This tutorial will demonstrate how to add and use historical traffic data in a simple routing application.
Published, Jun 20th, 20:10
Address resolution: reverse geocoding made easy with GeoBase
Reverse GeoCoding translates map coordinates (latitude, longitude) to a physical street address. A reverse geocoder application can be designed in minutes using GeoBase, and with just a few lines of code.
Published, Jun 20th, 20:02
A Simple Mobile Navigation Application Using the NavigationManager Class - Part 2
This is the second of three tutorials focusing on designing mapping applications for mobile devices. In this tutorial we'll use a drill-down geocoder to search for an address. A drill-down geocoder provides an efficient and intuitive means of searching f
Published, Jun 20th, 20:09
A Simple Mobile Navigation Application Using the NavigationManager Class - Part 1
In this tutorial, we will design a simple mobile navigation application, using the NavigationManager class, to demonstrate the speed and ease of use GeoBase affords the developer.
Published, Jun 20th, 20:01
A Simple Mobile Navigation Application Using the NavigationManager Class - Part 3
This is the third of three tutorials focusing on designing mapping applications for mobile devices. The focus of this tutorial is advanced routing techniques.
Published, Jun 20th, 20:22
Developing a Simple Mapping Application with the GeoBase SDK and DigitalGlobe Tutorial 2 – Adding Satellite Imagery
The goal of this tutorial is to add satellite imagery to the simple mapping application. Satellite imagery is attained through GeoStream, which is a technology that delivers GeoBase functionality over the internet...
Published, Jun 2nd, 15:58
Adding a Map to Your GeoBase Project
This tutorial will describe how to add mapping services to your GeoBase application. This is for .NET developers only.
Published, Jun 9th, 15:27
Integrating Real-Time Traffic Data
This tutorial will present a simple map control and a checkbox to toggle the display of real-time traffic.The application will download the latest real-time traffic data, decompress the file and render the traffic data on to the map.
Published, Jun 22nd, 17:01
Create a GeoBase‐specific Visual Studio Project
This tutorial will describe how to create a GeoBase‐specific Visual Studio. This tutorial should provide a useful starting point for every GeoBase project that you create.
Published, Jun 20th, 19:19
Developing Mapping Applications with Speed Profiles
Tele Atlas® Speed Profiles (SP) is derived from aggregating and processing hundreds of billions of anonymous GPS probe traces from millions of devices that reflect consumer driving patterns across North America and Europe.
Published, Mar 29th 2009, 17:58
Using the Simulation Tool
A tutorial on using the simulation tool to develop mobile apps on a desktop
Published, Jun 28th, 15:33
Adding simple geocoding and satellite imagery to a map application
This tutorial describes how to enhance a GeoBase map application to include simple geocoding and satellite imagery. This is for .NET developers only.
Published, Jun 20th, 20:15
Updating routes with real-time data
In this tutorial, we will build an application to monitor time and distance statistics for a route in real-time. It uses incoming GPS points to refine the measure of where a vehicle has been and update the ETA based on its current heading and speed.
Published, Jul 5th, 15:44
Route Analysis
This tutorial shows how to analyze a set of GPS points to determine statistics about how many miles a vehicle has driven, broken down by features such as State, road class, or speed limit.
Published, Aug 1st, 21:11