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

    Interface MarkerPoint

    interface MarkerPoint {
        geometry: Point;
        id: number;
        properties: MarkerProperties;
        type: string;
    }
    Index

    Properties

    geometry: Point
    id: number
    properties: MarkerProperties
    type: string