问题标签 [azure-maps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure-maps - Azure 基于位置的服务在中国的支持?
根据https://azure.microsoft.com/en-us/blog/announcing-azure-location-based-services-public-preview/,Azure 基于位置的服务于 2017 年 11 月 28 日公开预览,这很好,作为中国开发者,我想知道它是否支持中国地图?
azure-maps - Azure LBS REST API
Found this REST endpoint in docs for Azure LBS service. https://atlas.microsoft.com/timezone/byCoordinates/json?api-version=1.0&options=all&query=47.0,-122&subscription-key=
But it doesn't seem to be working. Can't seem to ping it also.
PS C:\Users\xyz> ping https://atlas.microsoft.com Ping request could not find host https://atlas.microsoft.com. Please check the name and try again. Is it deprecated?
azure - Azure Maps Search API 的响应语言并不总是英语
Maps Search Reverse API 的响应以该国家/地区的本地语言显示结果,我如何强制它仅以英语响应?Google 的 API 没有这个问题。
这是 API 的文档:https ://docs.microsoft.com/en-us/rest/api/maps/search/getsearchaddressreverse#uri-parameters
azure - Azure 地图和多边形
有人知道在使用 Azure Maps 时如何制作多边形吗?
我找不到任何有关如何设置它们的文档,但是,Microsoft 博客提到 Azure Maps 支持多边形
c# - Google、Bing、Azure Maps 离线
我正在构建一个可以使用 Google、Bing 和 Azure 地图来显示我的数据的应用程序。
我现在处于需要研究在没有互联网连接时如何显示这些地图的阶段。
您知道离线时如何使用这些地图服务吗?
是否可以缓存信息?
javascript - 纬度值无效:必须介于 -90 和 90 之间
我正在尝试在我的 phonegap 应用程序中通过 javascript Azure Map 创建地图,但它给出了以下错误:
atlas.min.js?api-version=1.0:362 Uncaught (in promise) Error: Invalid LngLat latitude value: must be between -90 and 90
我的代码:
有什么建议么?
javascript - 如何使用 Azure Maps API 计算距离
我需要计算一组起点和终点之间的距离,例如 Bing Map Distance Matrix API,但在我的情况下是使用 Azure Map API。这是可能的?
azure - Azure 映射 REST API 链接不起作用
https://atlas.microsoft.com/search/address/json?subscription-key=[subscription-key]&api-version=1.0&query=15127 NE 24th Street, Redmond, WA 98052
此链接无效。我添加了订阅密钥,但仍然收到此消息“无法得到任何响应”。
azure - Azure Maps 地理编码接口
在哪里可以找到 Azure Maps 地理编码 API 的接口说明?我需要对响应的基本描述。docs.microsoft.com什么都没有。
google-maps - 获取流量数据
是否有任何公共 API 或参考文档可提供 2 点之间的实时交通数据(车辆数量、道路拥堵/阻塞等...)?我研究过 Google Maps API 和其他几个提供交通数据的 API(MapQuest、Bing Maps、TomTom 等),但他们不知道数据是如何在地图上表示的。对此的任何帮助将不胜感激。谢谢你。