Inserts all points from the given iterable at the given index.
index
void insertAll(int index, Iterable<ILatLong> latLongs) { _path.insertAll(index, latLongs); _closed = null; _boundingBox = null; }