问题标签 [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.

0 投票
1 回答
449 浏览

azure - Azure Maps 是否具有类似于 Google Maps 的热图功能

我们正在调查 Azure Maps 以寻找一个经过身份验证的站点,其中 Google Maps 不是免费的,并且从计费角度来看 Azure Maps 会更容易。

热图将是我们感兴趣的一项功能,例如https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap。这在 Azure Maps 中可用吗?

0 投票
1 回答
171 浏览

c# - azure maps differentiate address from point of interest

I would like to be able to differentiate an address given by a user, by a point of interest. For example, if I make an address reasearch with "Assemblée nationale" (which is a part of the parliament), I get a street called "assemblée nationale" in Versailles, instead of the parliament in Paris. Of course, it works with the Point Of Interest research.

Is it possible with Azure Maps, to 'detect' that what the user inputs is an address or a point of interest ?

0 投票
2 回答
909 浏览

azure-maps - 如何将 Azure Maps 密钥限制为域名?

我在 Azure Maps 上创建了一个密钥,并在 html 页面上使用它来查看地图。但是,如果他们查看页面的源代码,任何人都可以看到我的地图 api 密钥。因此,如果有人拥有我的密钥,他们可以在他们的网站上使用它。如您所知,这项服务是一项付费服务​​,没有人希望他们的账单变高。

如何将我的 Azure Maps Key 使用限制为特定域名?

0 投票
2 回答
237 浏览

azure - Azure Maps 请求监视

有谁知道,Azure Maps 使用图表中显示了什么指标?

这就是图表的样子,图表中的请求数量与我的流量有很大不同。图表中似乎每个站点上的每个访问者都有 10-15 个请求。

我想这些图表显示了加载的地图图块数量,其中每个图块加载都被视为一个请求。

更新

问题是关于使用JavaScript 地图控件

0 投票
1 回答
375 浏览

botframework - Bing Maps API - mapArea:此参数值超出范围

我正在使用 Bing Maps API 使用 BotFramework-Location NuGet 包从某些位置生成图像。(可以在这里找到哪些代码)

有时它可以工作,但有时由于 Rest 调用(由 BotFramework 调用,而不是我调用)中的错误而未加载图像

这是我的代码:

对此作出回应: BotFramework-Location NuGet 包返回的位置 HeroCards。

未显示所有图像的原因是对 Bing 地图 API 的 Rest 调用返回以下内容:

mapArea:此参数值超出范围。

这是失败的图像uri之一(我删除了我的密钥):

https://dev.virtualearth.net/REST/V1/Imagery/Map/Road?form=BTCTRL&mapArea=49.5737,5.53792,49.57348,5.53744&mapSize=500,280&pp=49.5737,5.53744;1;1&dpi=1&logo=always&key=NOT_REALKJO8769KLJKDLJLDKJO876

有谁知道我做错了什么?

0 投票
1 回答
186 浏览

azure-maps - Internet Explorer 上的 Azure 地图

我构建了一个 Azure Maps 应用程序。它在 Chrome 和 Edge 上运行良好。它不适用于 Internet Explorer。我已经花了几个小时试图找出原因。我的研究并没有让我找到它在 Internet Explorer 上不起作用的任何具体原因。这里有人知道什么吗?

0 投票
1 回答
585 浏览

azure - Microsoft Azure Maps 缺少 atlas.control

在 Microsoft Azure Maps 1.0 JavaScript 模块的文档中:https ://docs.microsoft.com/en-us/javascript/api/azure-maps-control/?view=azure-iot-typescript-latest加载的atlas模块有 4 个命名空间:

  • 控制
  • 数据
  • 地图
  • 弹出

我可以轻松访问其中的后 3 个,但缺少 atlas.control。

具体来说,我需要 atlas.control.ZoomControl 类,但找不到?有谁知道有什么问题?

0 投票
2 回答
475 浏览

azure-maps - Azure Maps addIcon

在尝试向 Azure Maps 添加自定义图标时,这似乎不起作用。给定具有经度和纬度的场地列表。

该图像似乎作为正确的 HTMLImageElement 加载,但未加载到地图中。如果我将图标更改为“pin-red”,它将使用 Azure 的红色 pin 加载。

我错过了什么?

0 投票
2 回答
134 浏览

azure-maps - 如何使用新的灰度图

Azure地图博客指出Grayscale maps: A dark-gray map style is for users who want to have a darker scale representation of a map.

如何在 Javascript 实现中启用此功能?

0 投票
1 回答
90 浏览

azure-maps - 用于 azure 地图切换地图视图的文档

在此版本中https://azure.microsoft.com/ru-ru/blog/route-matrix-isochrones-ip-lookup-and-more-added-to-azure-maps/ azure 地图控件能够切换视图,但似乎文档没有更新,任何知道如何从 JavaScript 完成此操作的人 文档只有两个选项https://docs.microsoft.com/en-us/javascript/api/azure-maps-control/models.stylecontroloptions? view=azure-iot-typescript-latest#style,与