Skip to main content
1-Visitor
October 30, 2015
Solved

Google Maps Widget

  • October 30, 2015
  • 1 reply
  • 3305 views

Hallo,

does anyone know how I can show a route in the google maps widget?
Or where I could find any documentation on this subject.

I am able to show a static location in the map, but I cannot show a route.

Should I create a thing to be my route. It should be a infotable with the localization points only? How do I show this on the map?

Thanks in advance!

Best answer by Aanjan

Gustavo, you would need to bind data to the RouteData setting in the GoogleMap Widget properties. Once you have data set, you can check ShowRoute to display them. If you just want to show the path, you can check ShowPathBetweenMarkers.

1 reply

Aanjan5-Regular MemberAnswer
5-Regular Member
October 30, 2015

Gustavo, you would need to bind data to the RouteData setting in the GoogleMap Widget properties. Once you have data set, you can check ShowRoute to display them. If you just want to show the path, you can check ShowPathBetweenMarkers.

1-Visitor
November 9, 2015

Thanks for the reply,

I tried creating a data set (it was an Infotable with three locations) and it really show this route on the map.

Now I want to update this infotable with the "realtime" location of another thing I have (My cellphone).

I can already display the location of the phone on the map, but I am unable to show the path followed so far.

I could use some help, thanks!

5-Regular Member
November 9, 2015

Are the values logged to a Stream or ValueStream? You would need location history to display multiple points.