nodeCount property

int get nodeCount

Get total number of nodes in the index

Implementation

int get nodeCount => _spatialIndex.objectCount;