navcat docs
    Preparing search index...

    Type Alias FindLocalNeighbourhoodResult

    type FindLocalNeighbourhoodResult = {
        nodeRefs: NodeRef[];
        searchNodes: SearchNodePool;
        success: boolean;
    }
    Index

    Properties

    nodeRefs: NodeRef[]

    node references for polygons in the local neighbourhood

    searchNodes: SearchNodePool

    search nodes

    success: boolean