
Take my word for it! Here’s a step-by-step guide for planning your first Google Maps getaway. Whether you’re thinking about a girlfriends getaway or a honeymoon, Google Maps Trip planner will be a game changer for you. This will all make more sense once I walk you through everything with screengrabs. Download the Google Maps app on your phone.Decide which activities to group together.Create a new Google map for your destination.Here’s the step-by-step outline that we’ll go over: Specify the origin, the destination, the travel mode (walking or driving) and the function will return the distance between the two points in miles.For example: if you’re visiting NYC and find yourself in Soho looking for a cute cafe, rather than endlessly scrolling through Yelp or TripAdvisor, you’ll be able to pull out your trip planner to see if you’re near places that your friends have recommended! Get the address from the zip code itself.Print driving directions between any points on earth.Use reverse geocoding to find the postal address from GPS co-ordinates.Get the latitude and longitude co-ordinates of any address on Google Maps.Calculate the travel time (walking, driving or biking) between two points.Calculate distances between two cities or any addresses.This tutorial explains how you can easily write custom Google Maps functions inside Google Sheets that will help you: If you would like to try the Google Maps formulas without getting into the technical details, just make a copy of this Google Sheet and you are all set. Or modify the formula slightly =GOOGLEMAPS_TIME(A1, B1, "walking") to know how long it will take for a person to walk from one point to another. To give you a quick example, if you have the starting address in column A and the destination address in column B, a formula like =GOOGLEMAPS_DISTANCE(A1, B1, "driving") will quickly calculate the distance between the two points. You don’t need to sign-up for the Google Maps API and all results from Google Maps are cached in the sheet so you are unlikely to hit any quota limits. You can bring the power of Google Maps to your Google Sheets using simple formulas with no coding. Use Google Maps formulas inside Google Sheets to calculate distances, travel time, get driving directions, look up postal codes with reverse geocoding and more!
