Skip to content

Unindex(...)

Alex-Kent edited this page Apr 4, 2019 · 1 revision

$index->Unindex( \%point );
Remove specified point from index

This method will remove the point from the index but will not destroy the actual point.


%point
The point to remove from the index.

Note that this must be a reference to the actual point to remove and not to a copy of it. Simply specifying a point's location as a new point hash will not work.


Added in 0.0.4 to replace the functionally identical (and now deprecated) DeletePointIndex(…).