Google Maps Connected System

Overview

The Google Maps Connected System Plugin provides integrations to location and directions services from Google Maps

Key Features & Functionality

  • Transit Directions
    • Computes directions between 2 or more points. Returns step-by-step directions, trip distance, and time. The integration also computes directions using current and future traffic conditions, route avoidances, and waypoint optimization.
  • Get Timezone for Location
    • Takes a coordinate latitude and longitude and outputs a timezone.
  • Compute Travel Distance and Time Matrix
    • Computes a matrix of distances and travel times between a list of origins and a list of destinations.
  • Autocomplete for Addresses and Place Names
    • Can be combined with an autocomplete picker or search field to autocomplete places/addresses. Optionally takes a latitude and longitude center point to skew autocomplete results to that location.
  • Get Geocoding Information
    • Geocodes an address or place to a latitude and longitude or reverse geocodes a latitude and longitude into an address or place.
Anonymous
Parents
  • We are getting the information back from the connected system with the operation "Autocomplete for Addresses and Place Names". However, it does not include a zip code. I do not see anywhere to configure these settings within Appian.

    Has anyone been able to get the zip code?

Comment
  • We are getting the information back from the connected system with the operation "Autocomplete for Addresses and Place Names". However, it does not include a zip code. I do not see anywhere to configure these settings within Appian.

    Has anyone been able to get the zip code?

Children
  • For now, we ended up using a separate integration with the connected system, this time setting the operation as "Get Geolocating Information". After we get the complete address from autocomplete, we pass that to the new integration to get back the geolocating information. Included in this information is the zip code.