Type Alias CustomizableMarkerOptions

CustomizableMarkerOptions: {
    connector: MarkerProps["connector"];
    editorOptions: MarkerProps["editorOptions"];
    icon: MarkerProps["icon"];
    label: MarkerProps["label"];
    rotation: number;
}

Type declaration

  • connector: MarkerProps["connector"]
  • editorOptions: MarkerProps["editorOptions"]
  • icon: MarkerProps["icon"]
  • label: MarkerProps["label"]
  • rotation: number