MarkerPressEvent: NativeSyntheticEvent<{
    action: "marker-press";
    coordinate: LatLng;
    id: string;
    position?: Point;
}>

Type declaration

  • action: "marker-press"
  • coordinate: LatLng
  • id: string
  • Optional position?: Point

    Platform

    Android