using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Windows.Devices.Geolocation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Core;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;
using Bing.Maps;
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
namespace WindowsStoreApps
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
///
public sealed partial class MainPage : Page
{
public MainPage()
{
this.InitializeComponent();
InitializeMap();
}
void InitializeMap()
{
myMap.Center = new Location(13.716667, 100.516670);
myMap.ZoomLevel = 12;
myMap.MapType = MapType.Aerial;
myMap.Width = 600;
myMap.Height = 800;
}
}
}
ได้ผลลัพธ์เหมือนกัน
เพิ่มเติม
The name "Map" does not exist in the namespace "using:Bing.Maps"
กรณีมี Error นี้ ให้ลบไฟล์ในโฟเดอร์ bin และ obj ออกให้หมด