# Variables
ErrNoValidLocations is used by the geocoding methods and should be returned when the API call returns no data.
ErrNoValidRoutes is used by the trip calculation methods and should be returned when the API call returns no data.
# Structs
AddressComponents is an object returned from geocoding requests used to map from coords to a postal address with components.
Client is a Google Maps API client instance.
LatLng is a object containing the data used to represent a latlng location.
Place is a object containing fields used to describe a location on Google Maps.
No description provided by the author
TimeZone ...
Trip is a trip overview that contains trip duration (time.Duration) and distance (in miles).