Tutorials
Showing 11 to 20 of 25 resources.
Routing using C# and the Silverlight API
This tutorial will demonstrate how to request and display a route using C# code. When the application is run, a web page displays a map, two text boxes, and a button. Enter start and finish addresses, then click the button to see the route and directions.... Read more
Published, Jun 28th, 15:37
Creating SilverStream tooltips
You will often draw many objects on a map. Using tooltips, contextual information can be displayed for objects when the mouse hovers over each object. This tutorial describes how to create and assign tooltips to objects drawn on a map.... Read more
Published, Jun 28th, 15:34
Drawing polygons on a SilverStream map
This tutorial demonstrates how to draw polygons over a SilverStream map using C# code.... Read more
Published, Jun 28th, 15:33
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.... Read more
Published, Jun 22nd, 17: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.... Read more
Published, Jun 20th, 20:22
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.... Read more
Published, Jun 20th, 20:15
Using Truck Attributes and Constraints
A tutorial explaining the usage of truck/vehicle attributes and constraints in GeoBase routing.... Read more
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.... Read more
Published, Jun 20th, 20:10
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... Read more
Published, Jun 20th, 20:09
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.... Read more
Published, Jun 20th, 20:02