@geoblocks/edittrack
    Preparing search index...
    interface ClosestPoint {
        coordinates: Coordinate;
        distanceFromSearched: number;
        distanceFromStart: number;
        fullLength?: number;
    }
    Index

    Properties

    coordinates: Coordinate
    distanceFromSearched: number
    distanceFromStart: number
    fullLength?: number