Listener that is invoked when a markers infowindow is clicked.

Export

OnMarkerInfoWindowClickListener

interface OnMarkerInfoWindowClickListener ((locationId) => void)
  • When the infowindow is clicked, the corresponding MPLocation.id is supplied.

    Parameters

    • locationId: string

      The id of the location associated with this info window.

    Returns void

Generated using TypeDoc