Type alias InfoWindowEventMap

InfoWindowEventMap: {
    click: InfoWindowEvent;
    close: InfoWindowEvent;
    open: InfoWindowEvent;
}

InfoWindowが発行するイベント一覧

Type declaration