I would like to make a script that:
- Creates a Google Map (daily)
- Adds placemarks through Lon/Lat in a CSV-file
- Saves the map (and make it public) to my Google Account.
using the Google Map API. This is very easy to do manually but is it possible to do using the API? I can only see how to add a Google Map to your website, and the likes of it.
Let's say for example that I want to make a daily map of armed robberies in the USA. I have a CSV file with all the locations (as Lon/Lat). I want to create a map at 0.01 a.m. that can be shared on social media (for example using Twitter API to share the location of that map). I do not want to use a website in the process.
Is this possible? How can I do that? I am using Ruby on Rails but I am more interested, at this point, to see how this can be done in any script or pseudo-code.