EvervizMarker: {
    getConnector: () => SVGPathElement | null;
    getContainer: () => HTMLDivElement | null;
    getIcon: () => HTMLDivElement | null;
    getLabel: () => HTMLDivElement | null;
    getMarker: () => MapLibreMarker | null;
}

Type declaration

  • getConnector: () => SVGPathElement | null
  • getContainer: () => HTMLDivElement | null
  • getIcon: () => HTMLDivElement | null
  • getLabel: () => HTMLDivElement | null
  • getMarker: () => MapLibreMarker | null