Get Directions Form (Google Maps) | CSS-Tricks

PHOTO EMBED

Fri May 29 2020 12:33:01 GMT+0000 (Coordinated Universal Time)

Saved by @Amna #html

<form action="http://maps.google.com/maps" method="get" target="_blank">
   <label for="saddr">Enter your location</label>
   <input type="text" name="saddr" />
   <input type="hidden" name="daddr" value="350 5th Ave New York, NY 10018 (Empire State Building)" />
   <input type="submit" value="Get directions" />
</form>
content_copyCOPY

https://css-tricks.com/snippets/html/get-directions-form-google-maps/