Created
September 9, 2013 09:16
-
-
Save eternaltung/6493316 to your computer and use it in GitHub Desktop.
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
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