How to link Google Sheets to Google Maps and create interactive maps

How to link Google Sheets to Google Maps and create interactive maps

Most of our day-to-day databases include geographic data such as country, region, city, address, latitude-Longitude, place names, etc. Many of you are used to storing these data on spreadsheets applications like Google Sheets, Microsoft Excel, etc… If you can link these databases to a map, you can see the changes to your data in real-time … Read more

Stitching Google Map Images to Create a Large Map

Stitching Google Map Images with Image Composite Editor

The size of the images that can be printed/ captured from Google Maps is limited to the browser window’s dimensions. Therefore, sometimes you may come across situations where you need stitching Google Map images to make large high-resolution Google Maps. Such situations are maybe for printing purposes or any other offline uses. In my previous … Read more

Automate Google Sheet to get Google Map Travel Time and Distance

Automate Google Sheet to get Google Map Travel Time and Distance

Using the DirectionFinder class of Google Apps script, you get directions between locations from Google Maps. This class returns several details, including travel time and distance between the given two locations. In this tutorial, I will show you how to get Google Map Travel Tim and Distance to Google Sheets automatically using Google Apps Script. … Read more