Add all coordinates from List<T> to path
void addAll(final List<T> values) { return _coordinates.addAll(values); }