Open Map
    Preparing search index...

    Interface MarkerMeta

    interface MarkerMeta {
        popup?: string;
        tooltip?: string;
    }

    Hierarchy

    • Pick<MarkerProps, "position">
      • MarkerMeta
    Index

    Properties

    Properties

    popup?: string
    tooltip?: string