@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Interface AnnotatedFeature

    interface AnnotatedFeature {
        action?: string;
        geometry: FlatMapFeatureGeometry;
        id: number;
        properties?: object;
        type?: string;
    }
    Index

    Properties

    action?: string
    id: number
    properties?: object
    type?: string