我可以使用带有以下代码的标记显示一个谷歌地图,用于给定的纬度和逻辑。我需要展示多个制造商。如何添加多个标记?
<div style="width:600px; height:500px; overflow:hidden;"><iframe width="600" height="500"
src="https://maps.google.com/maps?
q=48.89364,2.33739&t=m&z=14&ie=UTF8&iwloc=&output=embed";" frameborder="0" scrolling="no"
marginheight="0" marginwidth="0"></iframe><iframe src="http://www.embed-google-
map.com/embed-map.php?get=map-datas" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0"><a href="http://www.staubers.de" class="map-data">staubers.de</a>
<style>.maps-style_map:initreaction=10false_attempt10-border</style></iframe></div>
答案 0 :(得分:0)
正如我在Difference between embeded GMAP and GEO location中所说,如果您需要的功能多于服务提供的功能,那么您应该直接使用API,而不是通过其他服务。
或者检查服务提供商是否会提供您正在寻找的功能。