英文:
How to show sub address point of single address on google map
问题
我想在Google地图上显示单个地址的子地址点。就像我有机场地点的纬度和经度,我想在Google地图上显示像机场的GATE-1和GATE-2这样的子地址纬度和经度点。如果有人知道如何获取这些点,请告诉我。我正在使用地点API来显示机场点在Google地图上。
英文:
I want to show sub address point on google map of single address . Like i have latlong of airport place and i want show sub address latlong point on google map like GATE-1 of Airport and Gate-2 of Airport like this sub address latlong point ..if any one know how to get this point ? please let me know... I'm using place api for show airport point on google map
答案1
得分: 1
抱歉,Google地图API中没有公开的有关机场登机口信息。在Google问题跟踪器中有一个功能请求,要求添加此功能。您可以在以下链接查看该功能请求:
https://issuetracker.google.com/issues/68194442
请随时点击“星标”以支持该功能请求,并订阅以获取进一步的通知。希望有一天Google会实现这个功能。
英文:
Unfortunately, information about airport gates is not exposed in Google Maps APIs. There is a feature request in Google issue tracker to add this functionality. You can see a feature request at
https://issuetracker.google.com/issues/68194442
Feel free to star the feature request to add your vote and subscribe to further notifications. Hopefully one day Google will implement the feature.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论