The XamGeographicMap™ control allows you to display data that contains geographic locations from view models or geo-spatial data loaded from shape files on geographic imagery maps.
This topic contains the following sections
The following table summarizes the features of the XamGeographicMap control. Additional details are available after the following summary table.
The XamGeographicMap control allows you to render geographic imagery from Bing Maps™ , Open Street Maps , and ArcGIS Maps. Also, it supports creation of maps from other geographic imagery sources such as Map Quest©.
The following are preview of the XamGeographicMap control with maps from different geographic imagery sources
Related Content:
The XamGeographicMap control’s Series property is used to support rendering an unlimited number of geographic series. This property is a collection of geographic series objects and any type of geographic series can be added to it. For example, GeographicSymbolSeries can be added for plotting geographic locations such as cities and the GeographicPolylineSeries for plotting connections (e.g. roads) between these geographic locations.
Related Content:
In the XamGeographicMap control, the ShapefileConverter class loads geo-spatial data from shape files and converts it to a collection of ShapefileRecord objects. Geographic series can be bound to this collection and render geo-spatial data.
Related Content:
In addition to rendering data from shape files and geographic imagery maps, the XamGeographicMap control also provides data binding to other data sources with geographic data using the data binding and data mapping properties of geographic series.
The following is a preview of the XamGeographicMap control with GeographicSymbolSeries bound to a data model that contains locations of some cities of the world.
Related Content:
The XamGeographicMap control provides plotting of tens of thousands of data points, and updates them every few milliseconds so that the control can handle your real-time feeds.
The following is a preview of the XamGeographicMap control with GeographicSymbolSeries bound to a data source with hundreds of data points.
Related Content:
The xamGeographicMap control provides customizable shape templates that can be styled conditionally based on data values.
The following is a preview of the xamGeographicMap control with conational styling of shape elements of geographic series.
The xamGeographicMap control provides customizable marker templates for displaying geographic locations as cities, airports, earthquakes, or points of interest.
Related Content:
The XamGeographicMap control provides customizable navigation behaviors for navigating map content using mouse, keyboard, or code-behind.
The following is a preview of XamGeographicMap control with highlighted position and size of the WorldRect when zoomed to some region of the map content (e.g. Africa and Europe continents).
Related Content: