Google Maps Visualization
Google Maps visualization
This project is based on Google Maps JavaScript API.
More details: https://developers.google.com/maps/documentation/javascript/overview
Run Sample
- Open Google Cloud Account and replace
YOUR_API_KEY
with your API inìndex.html
. Follow this link for more info: https://developers.google.com/maps/gmp-get-started - Open
index.html
in your browser to check example visualization based on randomness. - Change details related with Google Maps API in
map.js
Run CSV based
- Open Google Cloud Account and replace
YOUR_API_KEY
with your API inìndex.html
. - Open
csv_index.html
in your browser - Add CSV file from your computer
- Click ReadCSV button to run the code
- Change details related with Google Maps API in
csv_index.html
Notes
- Your CSV file should include two columns with
latitude
andlongitude
title. - More info related with API_KEY: https://developers.google.com/maps/documentation/javascript/overview#Loading_the_Maps_API