使用 KML、地址查找、路线和“共享地图”;在同一张地图上
我想将我的 kml(或 xml)文件与地点一起使用,但同时能够搜索地点、使用方向或“共享地图”功能。目前,当我尝试在 Google 或 Bing 中执行此操作时,一旦我使用 KML 文件并搜索新地点,我就会丢失 KML 地标。
有没有办法使用 Google 或 Bing 地图来做到这一点?
I want to use my kml (or xml) file with places, but at the same time be able to search for places, use directions or 'share map' functionality. At the moment when I try to do that in Google or Bing, once I use KML file and search for a new place, I loose my KML placemarks..
Is there a way to do that with Google or Bing maps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 一次只能处理一个查询。默认情况下,无法覆盖查询(即您是 KML 和搜索词)。
您可以使用 JavaScript 和 Google Maps API 自行完成。
http://code.google.com/apis/maps/documentation/javascript/
Google can only handle one query at a time. There is no way of overlaying queries (IE you're KML and search term) by default.
You could do it yourself by using JavaScript and the Google Maps API.
http://code.google.com/apis/maps/documentation/javascript/