Skip to content

Instantly share code, notes, and snippets.

@eternaltung
Created September 9, 2013 09:15
Show Gist options
  • Save eternaltung/6493305 to your computer and use it in GitHub Desktop.
Save eternaltung/6493305 to your computer and use it in GitHub Desktop.
<Page
x:Class="MapTest.BlankPage1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:MapTest"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:Maps="using:Bing.Maps"
mc:Ignorable="d">
<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
<Maps:Map x:Name="bingmap" Credentials="Your Key" ZoomLevel="14" Margin="41,31,40,56"/>
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment