Skip to content

JavaScript code for generating dynamic maps from Google spreadsheets using Google Maps API. Contact: @anenadic

License

Notifications You must be signed in to change notification settings

softwaresaved/maps-from-google-spreadsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maps-from-google-spreadsheets

Example JavaScript code for generating dynamic maps from a Google spreadsheet using Google Maps API.

When testing it, make sure you use your own Google API key in the portion of the code:

   <script async defer
   src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initialiseMap">
   </script>

See live example at Codepen.

About

JavaScript code for generating dynamic maps from Google spreadsheets using Google Maps API. Contact: @anenadic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published