gpt4 book ai didi

bing-maps - Bing map - 英国邮政编码到 map

转载 作者:行者123 更新时间:2023-12-01 14:19:31 27 4
gpt4 key购买 nike

我想做的是通过 ajax API 显示以英国邮政编码为中心的小型 bing 生成 map 。我相信这是可能的;我在 Bing map 文档中找不到如何将英国邮政编码转换为可以插入 map Ajax 控件的坐标。谁能指出我正确的方向?

  function GetMap()
{

var map = new Microsoft.Maps.Map(document.getElementById("mapDiv"),
{credentials: "MyKeyHere",
center: new Microsoft.Maps.Location(45.5, -122.5),
mapTypeId: Microsoft.Maps.MapTypeId.road,
zoom: 7});
}

最佳答案

您可以使用 Bing Maps REST Locations 服务对邮政编码进行地理编码,然后创建以生成的坐标位置为中心的 map :

例如,要对邮政编码“NR2 4TE”进行地理编码: http://dev.virtualearth.net/REST/v1/Locations/UK/NR24TE?key=YourBingMapsKey

查看返回的“点”对象的坐标属性,以获取将 map 居中的纬度和经度坐标。

关于bing-maps - Bing map - 英国邮政编码到 map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5103401/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com