I have a Facts table with GPS data from cars during trips like:
%Id, Latitude, Longitude, _Start, _Stop
Where %Id is the trip's ID, _Start and _Stop are 1/0 flags to mark the trip's starting and stopping point. Is there any way, using the Maps object, to show these trips on the map, with the starts and stops marked?
I have only managed to place the starts and stops on the map and then draw a straight line between them.