Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Properties

change

change: Event<"change", { target: I }>

click

click: MapsEvent<"click", I>

dblclick

dblclick: MapsEvent<"dblclick", I>

hide

hide: Event<"hide", { target: I }>

mousedown

mousedown: MapsEvent<"mousedown", I>

mousemove

mousemove: MapsEvent<"mousemove", I>

mouseover

mouseover: MapsEvent<"mouseover", I>

mouseup

mouseup: MapsEvent<"mouseup", I>

options

options: Event<"options", undefined>

rightclick

rightclick: MapsEvent<"rightclick", I>

setBounds

setBounds: Event<"setBounds", undefined>

show

show: Event<"show", { target: I }>

touchend

touchend: MapsEvent<"touchend", I>

touchmove

touchmove: MapsEvent<"touchmove", I>

touchstart

touchstart: MapsEvent<"touchstart", I>

Generated using TypeDoc