@geoblocks/edittrack
    Preparing search index...
    interface Options {
        addControlPointCondition: (mbe: MapBrowserEvent) => boolean;
        condition: (mbe: MapBrowserEvent) => boolean;
        hitTolerance: number;
        sketchPointCondition?: (mbe: MapBrowserEvent) => boolean;
        source: VectorSource<Feature<Geometry>>;
        style: StyleLike | FlatStyleLike;
        trackData: default;
    }
    Index

    Properties

    addControlPointCondition: (mbe: MapBrowserEvent) => boolean
    condition: (mbe: MapBrowserEvent) => boolean
    hitTolerance: number

    Pixel tolerance for considering the pointer close enough to a segment for snapping.

    sketchPointCondition?: (mbe: MapBrowserEvent) => boolean
    source: VectorSource<Feature<Geometry>>
    style: StyleLike | FlatStyleLike
    trackData: default