Google 地图 - Link 从带有标记的静态图像到完整 maps.google.com
Google Maps - Link from static image with markers to full maps.google.com
我需要通过 Static Maps API 从静态 google 地图图像重定向到 maps.google.com。
我在地图上有多个标记。示例:“http://maps.googleapis.com/maps/api/staticmap?size=235x227&maptype=roadmap&markers=37.970982,23.724559|37.971487,23.724953|37.973291,23.726862”
我需要正确的 url 格式,当单击图像时,将重定向到 maps.google.com,所有标记都放置在地图上。我找不到有关如何执行此操作的文档。
现在无法在 google 地图中添加标记..所以答案是否定的。
但是,您可以构建自定义页面,它使用 google 地图 API 并且您可以通过这种方式添加标记。
我在 github 中构建了一个示例页面。
因此对于您的地图:
您可以使用 a
元素将其包裹起来,该元素 link 到您的页面,使用与此示例相同的选项:
http://kylelam.github.io/SO/customMarkers.html?size=235x227&maptype=roadmap&markers=37.970982,23.724559|37.971487,23.724953|37.973291,23.726862
我需要通过 Static Maps API 从静态 google 地图图像重定向到 maps.google.com。
我在地图上有多个标记。示例:“http://maps.googleapis.com/maps/api/staticmap?size=235x227&maptype=roadmap&markers=37.970982,23.724559|37.971487,23.724953|37.973291,23.726862”
我需要正确的 url 格式,当单击图像时,将重定向到 maps.google.com,所有标记都放置在地图上。我找不到有关如何执行此操作的文档。
现在无法在 google 地图中添加标记..所以答案是否定的。
但是,您可以构建自定义页面,它使用 google 地图 API 并且您可以通过这种方式添加标记。
我在 github 中构建了一个示例页面。
因此对于您的地图:
您可以使用 a
元素将其包裹起来,该元素 link 到您的页面,使用与此示例相同的选项:
http://kylelam.github.io/SO/customMarkers.html?size=235x227&maptype=roadmap&markers=37.970982,23.724559|37.971487,23.724953|37.973291,23.726862