TMarkerState: Omit<Required<TAddMarkerOptions>, "id" | "zIndex"> & {
    element: HTMLElement;
    type: "marker";
    zIndex?: number;
}

Type declaration

  • element: HTMLElement

    HTML element for the marker.

  • type: "marker"
  • OptionalzIndex?: number

    The z-index of the marker. Can be used used in conjunction with rank: 'always-visible' override the default distance from the camera based sorting of markers and show certain markers always in front

MMNEPVFCICPMFPCPTTAAATR