Created
June 25, 2012 05:42
-
-
Save anuith/2986865 to your computer and use it in GitHub Desktop.
Windows Phone Hackathon : Bing Map Sample - UI - Map only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <map:Map x:Name=”Map_Main” d:LayoutOverrides=”Width” Grid.Row=”1” | |
| ZoomLevel=”5” Grid.ColumnSpan=”3” | |
| CredentialsProvider=”AtOVDShdO3A0XtPeKnHLpDHjXsr2vrpLD_hJnxqXMmoT7JfWrmmqtygJEQ9b5Ts3”> | |
| <map:Map.Center> | |
| <location:GeoCoordinate Longitude=”100.547369” Latitude=”13.739239”/> | |
| </map:Map.Center> | |
| <map:Pushpin x:Name=”PushPin_Main”> | |
| <map:Pushpin.Location> | |
| <location:GeoCoordinate Longitude=”100.547369” Latitude=”13.739239”/> | |
| </map:Pushpin.Location> | |
| </map:Pushpin> | |
| </map:Map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment