====== Map Suite Silverlight Edition Background Maps (Google, Bing, etc) Samples ======
==== GPS to Google Map(Web) ====
{{silverlightedition:codesamples:Map Suite Silverlight Edition Sample GPS To GoogleMap Web.jpg?300x180}}
[[Source_Code_WebEditionSample_GPStoGoogleMap_CS_100108.zip|View Source]] {{filehistory:WebEditionSample_GPStoGoogleMap_CS_100108.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: Web \ Silverlight ]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
Today we have a Web project. In our experience and based on a number of requests in the Discussion Forum, many of the users of Map Suite for web applications have a need to display point data coming from some GPS readings on Google map. This project shows in the most straightforward way how to interpret the GPS data often in the decimal degrees format, project it correctly to match Google Map and plot it on the map.
----
==== Great Circle with Google Map ====
{{silverlightedition:codesamples:Map Suite Silverlight Edition Sample Great Circle With GoogleMap.jpg?300x180}}
[[Source_Code_WebEditionSample_GreatCircleWithGoogleMap_CS_100607.zip|View Source]] {{filehistory:WebEditionSample_GreatCircleWithGoogleMap_CS_100607.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services \ Wpf ]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
The purpose of this Web project is to complete an earlier project “Great Circle on Pacific Rim” which showed how to create the Great Circle between two points over the Pacific with the geodetic projection (decimal degrees). In this project, we apply Great Circle to Google Map showing on the Pacific Rim going from America to Asia.
----
==== Mini map with Google Map ====
{{silverlightedition:codesamples:Map Suite Silverlight Edition Sample Mini map with Google Map.jpg?300x180}}
[[Source_Code_DesktopEditionSample_MiniMapWithGoogleMap_CS_100604.zip|View Source]] {{filehistory:DesktopEditionSample_MiniMapWithGoogleMap_CS_100604.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services \ Wpf ]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
At the request of a Discussion Forum user who wants to know how to use a map locator with Google Map, today we publish a Desktop project that shows how to extent the AdornmentLayer for creating a locator mini map that can use Google Map.
----
==== OpenStreetMap ====
{{silverlightedition:codesamples:Map Suite Silverlight Edition Sample OpenStreetMap.jpg?300x180}}
[[Source_Code_DesktopEditionSample_OpenStreetMap_CS_100728.zip|View Source]] {{filehistory:DesktopEditionSample_OpenStreetMap_CS_100728.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Wpf ]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
OpenStreetMap (OSM) is a collaborative project to create free geographic data for the entire world. It can be thought of the “Free Wiki World Map”. Now, the latest version of MapSuite desktop can support that. In order to run this project, you will need the Development Build 4.0.72.0 or later.
----
==== Shapefile to Google Map ====
{{silverlightedition:codesamples:Map Suite Silverlight Edition Sample Shapefile To GoogleMap.jpg?300x180}}
[[Source_Code_DesktopEditionSample_ShapefileToGoogleMap_CS_100609.zip|View Source]] {{filehistory:DesktopEditionSample_ShapefileToGoogleMap_CS_100609.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: Desktop \ Web \ Silverlight \ Services \ Wpf ]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
In the project “GPS to Google Map”, we learned how to project a single point in Longitude/Latitude so that it displays correctly on Google Map. In today’s project, we apply the same principle of projection to a shapefile to have it showing on Google Map. Notice how we also set the extent of the map based on the projected shapefile.
{{page>Map Suite Services Edition Background Maps (Google, Bing, etc) Samples}}