Factory42 Google Map With Directions


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <pre lang="php"><a onclick="window.open(this.href,'_blank');return false;"
  2. href="http://maps.google.com/maps?saddr=&amp;daddr=LAT,LONG">
  3. <img src="http://maps.google.com/maps/api/staticmap?
  4. zoom=13&amp;size=MAPWIDTHxMAPHEIGHT&amp;maptype=roadmap
  5. &amp;markers=color:blue|LAT,LONG&amp;sensor=false" alt="Google Map" /></a></pre>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.