How can I embed a classic google map? -
i trying embed map html code.
this map need:
however, clicking on embed/link button provides me following iframe:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.es/maps?source=s_d&f=d&saddr=av.+andaluc%c3%ada&daddr=carretera+desconocida&geocode=fcrykwidw5ax_w%3bfqyxlaid-qaw_w&sll=36.427964,-5.138029&sspn=0.004333,0.009452&hl=es&mra=mift&mrsp=0&sz=17&ie=utf8&t=m&ll=36.464367,-5.173187&spn=0.110444,0.171318&output=embed"></iframe>
which pulls new version of google maps , destroys original route.
anyone knows workaround this?
thanks
it's possible geocoding of location messed up. why not use lat/long coordinates destination , see if works out before embed link?
seems destination @ 36.483361, -5.200168
in particular map.
Comments
Post a Comment