Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • InfoWindowHandlerMap

Index

Properties

closeclick

closeclick: () => void

This event is fired when the close button was clicked.

see

Maps JavaScript API

see

{@link InfoWindow#close}

Type declaration

    • (): void
    • Returns void

content_changed

content_changed: () => void

This event is fired when the content property changes.

see

Maps JavaScript API

see

{@link InfoWindowOptions#content}

see

{@link InfoWindow#getContent}

see

{@link InfoWindow#setContent}

Type declaration

    • (): void
    • Returns void

domready

domready: () => void

This event is fired when the <div> containing the InfoWindow's content is attached to the DOM. You may wish to monitor this event if you are building out your info window content dynamically.

see

Maps JavaScript API

Type declaration

    • (): void
    • Returns void

position_changed

position_changed: () => void

This event is fired when the position property changes.

see

Maps JavaScript API

see

{@link InfoWindowOptions#position}

see

{@link InfoWindow#getPosition}

see

{@link InfoWindow#setPosition}

Type declaration

    • (): void
    • Returns void

zindex_changed

zindex_changed: () => void

This event is fired when the InfoWindow's zIndex changes.

see

Maps JavaScript API

see

{@link InfoWindowOptions#zIndex}

see

{@link InfoWindow#getZIndex}

see

{@link InfoWindow#setZIndex}

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc