Tutorials
Showing 1 to 10 of 13 resources.
SilverStream routing using XAML
This tutorial demonstrates how to create and draw a route using only XAML code.... Read more
Published, Jun 28th, 15:41
Drawing on a SilverStream map
This tutorial will walk you through the creation of a Silverlight map that you can draw on. Three methods of drawing on a map will be demonstrated: hard-coded XAML drawings, hard-coded C# drawings and using the mouse cursor to draw a shape.... Read more
Published, Jun 28th, 15:41
Displaying satellite imagery on a SilverStream map
SilverStream supports the display of high-resolution satellite imagery providing visual information not availabe in traditional maps, such as vegetation, topographical features and obstacles on commercial properties.... Read more
Published, Jun 28th, 15:41
Displaying SilverStream map information
You may find it useful to display information about the map (such as the coordinates of the current mouse location, zoom scales and pending tile requests). This tutorial demonstrates how to retrieve and display such information.... Read more
Published, Jun 28th, 15:40
Creating and displaying markers on a SilverStream map
A typical mapping application will display the location of various points-of-interest (such as tourist sites or vehicle locations). This tutorial describes how to draw markers and place images at specific map locations.... Read more
Published, Jun 28th, 15:40
Forward geocoding (performing an address search) using SilverStream
The process of searching for an address on a map is known as a 'forward geocode'. This tutorial demonstrates how to use a forward geocode to pinpoint an address on a map.... Read more
Published, Jun 28th, 15:40
Controlling a SilverStream map using data-bound controls
Data-binding is a powerful technique available in Silverlight that can be used to connect a data source to, for example, a user interface object. This means the position of the UI object can be automatically changed when the data source value changes.... Read more
Published, Jun 28th, 15:39
Create a SilverStream-specific Visual Studio Silverlight project
This simple tutorial walks you through the process of creating a Visual Studio project for use with SilverStream. This project is a useful template for your own applications.... Read more
Published, Jun 28th, 15:38
Creating a simple SilverStream map
Use Telogis GeoStream and Microsoft Silverlight technologies to quickly create a simple and modern web-based mapping application.... Read more
Published, Jun 28th, 15:37
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