Listener that is invoked when a MPLocation marker is clicked on the map.

Export

OnMarkerClickListener

interface OnMarkerClickListener ((locationId) => void)
  • When a marker is clicked, the associated MPLocation.id is returned.

    Parameters

    • locationId: string

      The id of the location associated with this marker.

    Returns void

Generated using TypeDoc