This example illustrates how to bind a Map control to data. This data stored in an external XML file, which contains information about wrecked ships, including ship coordinates.
In this example, the map control automatically generates ship images based on data from the datasource, along with a description for each image in a tooltip.
Question Comments
Added By: Stefán Höskuldsson at: 8/21/2013 2:57:31 AM
In this example below you are always using the same image for each item. If I wanted different images (like based on type of ship) could I somehow use the MapItemAttributeMapping to map to an Image or an ImageIndex in the Ship class?