In my database I have these records:
path :[ { location : "some gps coords" , time : "some time"}, etc ]
Each "path"-record represents any real path.
How can I check any two paths on equality?
Thanks!
In my database I have these records:
path :[ { location : "some gps coords" , time : "some time"}, etc ]
Each "path"-record represents any real path.
How can I check any two paths on equality?
Thanks!