Returns a new list containing a subset of the path.
List<ILatLong> sublist(int start, [int? end]) => _path.sublist(start, end);