当前位置: 首页>>代码示例>>C#>>正文


C# Controls.Map类代码示例

本文整理汇总了C#中Microsoft.Phone.Maps.Controls.Map的典型用法代码示例。如果您正苦于以下问题:C# Map类的具体用法?C# Map怎么用?C# Map使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


Map类属于Microsoft.Phone.Maps.Controls命名空间,在下文中一共展示了Map类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/TripDetails.xaml", System.UriKind.Relative));
     this.RouteMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("RouteMap")));
 }
开发者ID:CodeObsessed,项目名称:drumbleapp,代码行数:8,代码来源:TripDetails.g.i.cs

示例2: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/EMTWP2;component/Pages/Map/1Map.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.mimapa = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("mimapa")));
 }
开发者ID:ITESO-Ulab,项目名称:EMT_WP,代码行数:9,代码来源:1Map.g.i.cs

示例3: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Kyiv%20Bomb%20Shelters;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.map = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("map")));
 }
开发者ID:AndriiKobzar,项目名称:Kyiv_Bomb_Shelters_WP,代码行数:9,代码来源:MainPage.g.i.cs

示例4: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ZTG.Customer.Client.WP8;component/Page1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.map = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("map")));
 }
开发者ID:scuh,项目名称:WS6C,代码行数:10,代码来源:Page1.g.i.cs

示例5: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ICNG%20Silverlight;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.MyMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("MyMap")));
 }
开发者ID:delacruzjayveejoshua920,项目名称:ICNG-App-for-Windows-8.1-and-Windows-Phone-8.1-,代码行数:10,代码来源:MainPage.g.i.cs

示例6: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/UberText;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.mapLocation = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("mapLocation")));
     this.txtLocation = ((System.Windows.Controls.TextBlock)(this.FindName("txtLocation")));
 }
开发者ID:mbmccormick,项目名称:UberText,代码行数:10,代码来源:MainPage.g.cs

示例7: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/map-routing;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.MyMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("MyMap")));
     this.RouteLLS = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("RouteLLS")));
 }
开发者ID:iamatsundere,项目名称:test-map,代码行数:10,代码来源:MainPage.g.cs

示例8: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MontpellierCash;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.RootLayout = ((Microsoft.Phone.Controls.Pivot)(this.FindName("RootLayout")));
     this.MyMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("MyMap")));
 }
开发者ID:fstn,项目名称:WindowsPhoneApps,代码行数:10,代码来源:MainPage.g.cs

示例9: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Chicago%20Code%20Camp;component/Views/Location.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.MapControl = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("MapControl")));
 }
开发者ID:paaschpa,项目名称:ChicagoCodeCamp,代码行数:10,代码来源:Location.g.cs

示例10: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/map-routings;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtSearch = ((System.Windows.Controls.TextBox)(this.FindName("txtSearch")));
     this.myMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("myMap")));
 }
开发者ID:iamatsundere,项目名称:test-map,代码行数:10,代码来源:MainPage.g.cs

示例11: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/EnUcuzUrun;component/Harita.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Haritam = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("Haritam")));
 }
开发者ID:ramazanguclu,项目名称:EnUcuzUrun,代码行数:10,代码来源:Harita.g.i.cs

示例12: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MyLocalPharmacy;component/View/Page2.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.myMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("myMap")));
     this.MyPushpin = ((Microsoft.Phone.Maps.Toolkit.Pushpin)(this.FindName("MyPushpin")));
 }
开发者ID:EdytaSzkiladz,项目名称:MyLocalPharmacy,代码行数:11,代码来源:Page2.g.i.cs

示例13: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/POSH.Socrata.WP8;component/Views/FullMap.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pbProgressBar = ((System.Windows.Controls.ProgressBar)(this.FindName("pbProgressBar")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.nokiaMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("nokiaMap")));
 }
开发者ID:socrata,项目名称:govfinder-wp8,代码行数:11,代码来源:FullMap.g.i.cs

示例14: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/BikePark;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.DefaultMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("DefaultMap")));
 }
开发者ID:Tomamais,项目名称:bike-park-windows-phone,代码行数:11,代码来源:MainPage.g.cs

示例15: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GPSWithFriends;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.LocateMeButton = ((System.Windows.Controls.Button)(this.FindName("LocateMeButton")));
     this.GPSLocationTextblock = ((System.Windows.Controls.TextBlock)(this.FindName("GPSLocationTextblock")));
     this.MyMap = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("MyMap")));
 }
开发者ID:juyingnan,项目名称:gps_with_friends-1,代码行数:11,代码来源:MainPage.g.i.cs


注:本文中的Microsoft.Phone.Maps.Controls.Map类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。