Skip to content

Instantly share code, notes, and snippets.

@anuith
Created June 25, 2012 05:42
Show Gist options
  • Save anuith/2986865 to your computer and use it in GitHub Desktop.
Save anuith/2986865 to your computer and use it in GitHub Desktop.
Windows Phone Hackathon : Bing Map Sample - UI - Map only
<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