Skip to main content
1-Visitor
May 7, 2019
Solved

Showing Routes in Google Maps

  • May 7, 2019
  • 1 reply
  • 3218 views

Hey guys,

 

I've been trying to create routes in Google Maps so I created an InfoTable with some latitudes and longitudes to connect these points as a route. I created a Thing named Route with a property InfoTable based on a Data Shape that has 2 Field Definitions: Index and Location. After that, I added the latitudes/longitudes into this Infotable and, with the GetPropertyValues service, I connected the Infotable property with the RouteData (and Data to show the locations I added) GoogleMaps Widget property (and enabled ShowRoute). However, when I ran the Mashup, it showed this image I am uploading, tracing a line, not a polyline.

 

Could someone help me with creating actual routes and not lines?

route_googlemap.png

Best answer by slangley

Hi @tscur.

 

Unfortunately, the extension was created by a third party so providing the code would not be possible.

 

I am trying to track down support information for the vendor so you can contact them directly to learn more about the extension.

 

Regards.

 

--Sharon

1 reply

Community Manager
May 7, 2019


Hi @tscur.

 

You may want to take a look at this extension available on the marketplace.  We currently have an internal request with R&D for enhancing the routing capabilities but there is currently no ETA on when it might be added to the functionality.

 

Regards.

 

--Sharon

tscur1-VisitorAuthor
1-Visitor
May 7, 2019

It seems that this extension create the routes choosing the start and end points, but my intention is to create the route using several close points. In other words, with the extension I select two points and the output is a data table with the route, but what I want create this data table myself and therefore insert it into the maps widget so it creates the route using these points.

 

Is there some way that I can have access to the script of the extension?

 

Thank you for your response!

tscur1-VisitorAuthor
1-Visitor
May 7, 2019

Also I am still trying to understand this extension, it gives me templates and data shapes but it doesn't show to to use them. Do you have an experience with it?