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
  • The Google Maps Connected system plugin is throwing an unhandled Null exception error for the "Compute Travel Distance and Time Matrix" operation when there are 2 locations with the same address returned. You can test it by using the address 9400 County Rd 297 Graham, Texas 76450-5206 in the Destinations String - if you plug it in google maps it will show 2 locations with the exact same address but with different geolocation coordinates.

    This scenario crashed our production time and mileage tracking application. It would be great if the plugin returned something other than a Null exception so we can handle the event inline. Thanks

Comment
  • The Google Maps Connected system plugin is throwing an unhandled Null exception error for the "Compute Travel Distance and Time Matrix" operation when there are 2 locations with the same address returned. You can test it by using the address 9400 County Rd 297 Graham, Texas 76450-5206 in the Destinations String - if you plug it in google maps it will show 2 locations with the exact same address but with different geolocation coordinates.

    This scenario crashed our production time and mileage tracking application. It would be great if the plugin returned something other than a Null exception so we can handle the event inline. Thanks

Children
No Data