Travel path using lat long and timestamp

Hi everyone, I could able to capture lat long along with time stamp whenver there is change in my loction using "Make" to my google sheet. Now i want to know if it possible to show my travel path on google map using this data on appsheet. image.png

0 2 362
2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Ju213 

Yes.

1) Add your table to AppSheet

2) Add a virtual colum with type LatLong, and expression:

 

 

[Lat] & ", " & [Long]

 

 

3) create a view with View Type: Map, and location column: the virtual column you just created.

 

EDIT

Please note that ALL points will be placed on the map: there is no way to add a line that will go from one location to another.

You may want to add a few options to highlights some of these, or use a slice to display only a part of these.

For reference:

UX view type: Map - AppSheet Help

Work with maps - AppSheet Help

Slices: The Essentials - AppSheet Help

Format Rules: The Essentials - AppSheet Help

 

ok., basically i want to show path using time stamps and lat long details. if any other way you have it would be great. I tried above method but didn't give required output. 

Top Labels in this Space