Inserts a point at the given index.
index
void insert(int index, ILatLong latLong) { _path.insert(index, latLong); _closed = null; _boundingBox = null; }