Vertex Viewer SDK
    Preparing search index...

    Interface MeasurementOutcome

    An outcome containing the results of a measurement.

    interface MeasurementOutcome {
        isApproximate: boolean;
        results: MeasurementResult[];
    }
    Index
    isApproximate: boolean