Adds all points from the given iterable to the end of the path.
void addAll(Iterable<ILatLong> latLongs) { _path.addAll(latLongs); _closed = null; _boundingBox = null; }