简体   繁体   中英

Google Maps - How to hide coordinates marker

I am using a embed google maps iframe code. But it´s appearing 2 markers.

One for the company and another one for the coordinates. How can I hide the green coordinate marker?

<iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=36.510085,-4.888811&amp;ie=UTF8&amp;t=m&amp;z=14&amp;output=embed"></iframe>

http://jsfiddle.net/diegomenezes/VYRmr/

Thanks =)

我认为绿色标记是指“附近的地方”,我不知道是否有删除的方法,但是如果您想删除包含参数“&iwloc = A”的公司,可以关注该公司

<iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=36.510085,-4.888811&amp;ie=UTF8&amp;t=m&amp;z=14&amp;output=embed&amp;iwloc=A"></iframe>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM