Azure Maps 是否适合 public 个网站

Is Azure Maps suitable for public websites

我注意到在测试期间我们已经从 azure 地图中加载了很多图块(15k 只有 5 个 developers/testers),这让我想知道这是否适合 public网站,还是应该只用于内部(登录后)网站?

我们将 Azure Maps 与 Leaflet 结合使用。

绝对可以在public应用中使用。尝试使用 512 个图块来减少加载的图块数量(与使用 256 个图块相比,图块请求的 1/4)。这是一个代码示例:https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/master/AzureMapsCodeSamples/Third%20Party%20Map%20Controls/Raster%20Tiles%20in%20Leaflet%20JS.html

仔细检查缓存是否正常工作(地图图块上有 24 小时缓存 header,因此如果一个用户经常使用它,他们一天很少会生成超过几笔交易) .