Bing Map
To use map services in Windows 10 packages for this application, you need to acquire a token from the Bing Maps Dev Center.
If you are using the map control in Windows Phone 8.1 packages or earlier, you need a map service application ID and a token to include in your code. You can generate this token using the button below. We may share with HERE the developer IDs that are using the map services, because HERE supplies some of these services.
也就是说UWP使用了新的MapServiceToken:Bing Maps Key;而8.1及之前用的是 ApplicationID and an AuthenticationToken.
Display maps with 2D, 3D, and Streetside views :https://msdn.microsoft.com/en-us/library/windows/apps/mt219695.aspx
Bing Map的更多相关文章
- 如何在WindowsPhone Bing Map控件中显示必应中国中文地图、谷歌中国中文地图。
		
原文:如何在WindowsPhone Bing Map控件中显示必应中国中文地图.谷歌中国中文地图. 最近正好有点业余时间,所以在做做各种地图.Bing Map控件本身就能显示必应地图,但是很遗憾微软 ...
 - bing map for wpf  怎么显示中文地图
		
添加一下代码: string suriFormat = "http://r2.tiles.ditu.live.com/tiles/r{quadkey}.png?g=41"; Mic ...
 - OpenStreetMap/Google/百度/Bing瓦片地图服务(TMS)
		
开源与成熟商业的瓦片地图服务(TMS 2 WMTS),都有如下共同的特性,基本成为了标准: (1) 坐标系:WGS84 (2) 投影:墨卡托投影(Marcator,正轴等角圆柱投影) ------ ...
 - javascript:Bing Maps AJAX Control, Version 7.0
		
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
 - arcgis api for silverlight使用google map等多个在线地图
		
原文 http://blog.csdn.net/leesmn/article/details/6820245 无可否认,google map实在是很漂亮.可惜对于使用arcgis api for si ...
 - [转]OpenStreetMap/Google/百度/Bing瓦片地图服务(TMS)
		
转自:https://blog.csdn.net/youngkingyj/article/details/23365849 开源与成熟商业的瓦片地图服务(TMS 2 WMTS),都有如下共同的特性 ...
 - Win8.1应用开发之Bing Maps
		
这里介绍怎样进行Bing Maps的开发.首先我们须要在我们的程序中引入Bing Map的SDK.详细方法,这里推荐一个链接<win8>使用Bing地图.这样一个hello world便出 ...
 - Bing Maps进阶系列六:使用Silverlight剪切(Clip)特性实现Bing Maps的迷你小地图
		
Bing Maps进阶系列六:使用Silverlight剪切(Clip)特性实现Bing Maps的迷你小地图 Bing Maps Silverlight Control虽然为我们提供了简洁.方面的开 ...
 - Bing Maps进阶系列五:通过DeepEarth的MiniMap控件为Bing Maps扩展迷你小地图
		
Bing Maps进阶系列五:通过DeepEarth的MiniMap控件为Bing Maps扩展迷你小地图 Bing Maps Silverlight Control虽然为我们提供了简洁.方便的开发模 ...
 
随机推荐
- 每天一个 Linux 命令(6):rmdir 命令
			
今天学习一下linux中命令: rmdir命令.rmdir是常用的命令,该命令的功能是删除空目录,一个目录被删除之前必须是空的.(注意,rm – r dir命令可代替rmdir,但是有很大危险性.)删 ...
 - Sublime Text对Python代码加注释的快捷键
			
一直在Coursera上补基础课,发现很多课程都用Python作为教学语言,学了一下感觉果然好,简直是用英语在写代码.(我建Python目录的时候发现去年学过一点点Python,居然一点都不记得了= ...
 - setTimeout
			
setTimeout(function () { $('#successTip').hide(); location = location; }, 3000);
 - Http的请求对象
			
Servlet 客户端 HTTP 请求 当浏览器请求网页时,它会向 Web 服务器发送特定信息,这些信息不能被直接读取,因为这些信息是作为 HTTP 请求的头的一部分进行传输的.您可以查看 HTTP ...
 - 利用jquery实现自动登录
			
前提是需要引入jquery和jquery.cookie html 用户名:<input type="text" id="name"/><br ...
 - 解决ewebeditor for php在IE8下报editor.js错误的解决方案
			
打开editor.js,寻找如下代码: if (element.YUSERONCLICK) eval(element.YUSERONCLICK + "anonymous()"); ...
 - zabbix通过curl命令判断web服务是否正常并自动重启服务
			
zabbix通过curl命令判断web服务是否正常并自动重启服务 主要思路: 通过curl命令获取服务器响应码,如果正常返回200,不正常返回000 具体命令: curl -I -s -w " ...
 - BCB中获得RichEdit 默认行间距
			
首先,这些功能支持RichEdit2.0 以上功能: 其次,用常规的方法是无法获得LineSpace 的: 你使用 EM_GETPARAFORMAT也得不到,你会发现dyLineSpacing 的值永 ...
 - jquery 删除数组元素
			
expertsId.splice($.inArray(thisID.split('&')[0],expertsId),1); 1. expertsId数组名2. thisID.split('& ...
 - 使用CocoaPods配置工程
			
1.首先搭建环境,配置CocoaPods,具体请参考 http://code4app.com/article/cocoapods-install-usage 2.打开终端,输入 cd 空格 把工程拖入 ...