Skip to content

Instantly share code, notes, and snippets.

@henideepak
Created September 23, 2021 09:35
Show Gist options
  • Save henideepak/cafc436d3202798eb6d5966a8bb6d627 to your computer and use it in GitHub Desktop.
Save henideepak/cafc436d3202798eb6d5966a8bb6d627 to your computer and use it in GitHub Desktop.
Google Map Generater
With Map API KEY
json code
https://maps.googleapis.com/maps/api/geocode/json?latlng=26.8828672,75.7956608&sensor=true&key=<--API KEY -->
Refrance Google url
https://developers.google.com/maps/documentation/geocoding/overview?csw=1#ReverseGeocoding
embed
<iframe src="https://www.google.com/maps/embed/v1/view?key=<--API KEY -->&center=-33.8569,151.2152&zoom=18"></iframe>
Referance Google url
https://developers.google.com/maps/documentation/embed/embedding-map
Without Map API KEY
<iframe width="300" height="170" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=-33.8569,151.2152&hl=es&z=14&amp;output=embed">
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment