Skip to content

Instantly share code, notes, and snippets.

@eternaltung
Created September 9, 2013 09:16
Show Gist options
  • Save eternaltung/6493316 to your computer and use it in GitHub Desktop.
Save eternaltung/6493316 to your computer and use it in GitHub Desktop.
using Bing.Maps;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Navigation;
namespace MapTest
{
public sealed partial class MapRegion : Page
{
public BlankPage1()
{
this.InitializeComponent();
bingmap.HomeRegion = "US";
}
protected override void OnNavigatedTo(NavigationEventArgs e)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment