Interface SnapIndexFeatureInput

Feature input for the snap index. Geometry is GeoJSON-shaped.

interface SnapIndexFeatureInput {
    geometry: undefined | null | Record<string, unknown>;
    id: FeatureId;
}

Properties

Properties

geometry: undefined | null | Record<string, unknown>