gpt4 book ai didi

Azure Maps API - 根据 ID 搜索位置

转载 作者:行者123 更新时间:2023-12-03 06:53:04 24 4
gpt4 key购买 nike

我正在使用 Azure Maps API,它以这种格式返回“模糊”匹配的信息:

{
type: 'Geography',
id: 'US/GEO/p0/52503',
score: 2.7559998035,
entityType: 'PostalCodeArea',
address: {
municipalitySubdivision: 'Brentwood',
municipality: 'Washington',
countrySecondarySubdivision: 'District of Columbia',
countrySubdivision: 'DC',
countrySubdivisionName: 'District of Columbia',
postalCode: '56967',
postalName: 'Parcel Return Service',
countryCode: 'US',
country: 'United States',
countryCodeISO3: 'USA',
freeformAddress: 'Parcel Return Service, DC 56967'
},
position: { lat: 38.91752, lon: -76.99356 },
viewport: { topLeftPoint: [Object], btmRightPoint: [Object] }
}

我希望能够将 id 属性存储在数据库中(在本例中为 US/GEO/p0/52503),然后能够获取所有来自 Azure 的信息,基本上不需要复制 Azure 数据。我在 Azure Maps API 文档中找不到任何有关如何根据此 ID 查找位置的信息 - 这可能吗?

最佳答案

无法在 Azure Maps 中按 ID 检索结果。此外,不保证 ID 将来不会更改(V2 geocoding service 没有 ID)。我相信它主要是为了调试目的。

将地址和可选的纬度/经度值存储在数据库中可能是最好的选择。请注意,只要您有 Azure 订阅并且数据库位于 Azure 中,您就可以将纬度/经度结果数据存储在数据库中(即使您不再使用 Azure map )。

关于Azure Maps API - 根据 ID 搜索位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73375075/

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