Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • MarkerHandlerMap

Index

Properties

animation_changed

animation_changed: () => void

This event is fired when the marker's animation property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

click

click: (event: MapMouseEvent) => void

This event is fired when the marker icon was clicked.

see

Maps JavaScript API

Type declaration

clickable_changed

clickable_changed: () => void

This event is fired when the marker's clickable property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

cursor_changed

cursor_changed: () => void

This event is fired when the marker's cursor property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

dblclick

dblclick: (event: MapMouseEvent) => void

This event is fired when the marker icon was double clicked.

see

Maps JavaScript API

Type declaration

drag

drag: (event: MapMouseEvent) => void

This event is repeatedly fired while the user drags the marker.

see

Maps JavaScript API

Type declaration

dragend

dragend: (event: MapMouseEvent) => void

This event is fired when the user stops dragging the marker.

see

Maps JavaScript API

Type declaration

draggable_changed

draggable_changed: () => void

This event is fired when the marker's draggable property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

dragstart

dragstart: (event: MapMouseEvent) => void

This event is fired when the user starts dragging the marker.

see

Maps JavaScript API

Type declaration

flat_changed

flat_changed: () => void

This event is fired when the marker's flat property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

icon_changed

icon_changed: () => void

This event is fired when the marker icon property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

mousedown

mousedown: (event: MapMouseEvent) => void

This event is fired for a mousedown on the marker.

see

Maps JavaScript API

Type declaration

mouseout

mouseout: (event: MapMouseEvent) => void

This event is fired when the mouse leaves the area of the marker icon.

see

Maps JavaScript API

Type declaration

mouseover

mouseover: (event: MapMouseEvent) => void

This event is fired when the mouse enters the area of the marker icon.

see

Maps JavaScript API

Type declaration

mouseup

mouseup: (event: MapMouseEvent) => void

This event is fired for a mouseup on the marker.

see

Maps JavaScript API

Type declaration

position_changed

position_changed: () => void

This event is fired when the marker position property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

rightclick

rightclick: (event: MapMouseEvent) => void

This event is fired for a rightclick on the marker.

see

Maps JavaScript API

Type declaration

shape_changed

shape_changed: () => void

This event is fired when the marker's shape property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

title_changed

title_changed: () => void

This event is fired when the marker title property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

visible_changed

visible_changed: () => void

This event is fired when the marker's visible property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

zindex_changed

zindex_changed: () => void

This event is fired when the marker's zIndex property changes.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc