nodeCount property
int
get
nodeCount
Get total number of nodes in the index
Implementation
int get nodeCount => _spatialIndex.objectCount;
Get total number of nodes in the index
int get nodeCount => _spatialIndex.objectCount;