假设我有 2 个办公地点要用于我的联系页面。我想要一个嵌入的谷歌地图来显示这两个位置。在谷歌地图本身中,我能够显示两个地图标记。但是,嵌入 HTML 代码仅使用输入的第一个地址。
问题 1:是否可以更改 Google 提供的 HTML 嵌入代码以显示第二个位置的地图标记?
问题 2(仅当上述答案为“是”时):如何?
以下是 Google 提供的一些示例嵌入代码:
<iframe width="920" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.ca/maps?hl=en&client=safari&q=33+Victoria+St.,+Toronto,+ON+M5C+3A1&ie=UTF8&hq=&hnear=33+Victoria+St,+Toronto,+Ontario+M5C+3A1&gl=ca&t=m&ll=43.536603,-79.796448&spn=0.696882,2.526855&z=9&iwloc=A&output=embed"></iframe><br /><small><a href="https://maps.google.ca/maps?hl=en&client=safari&q=33+Victoria+St.,+Toronto,+ON+M5C+3A1&ie=UTF8&hq=&hnear=33+Victoria+St,+Toronto,+Ontario+M5C+3A1&gl=ca&t=m&ll=43.536603,-79.796448&spn=0.696882,2.526855&z=9&iwloc=A&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>