CalloutPressEvent: NativeSyntheticEvent<{
    action: "callout-press";
    coordinate?: LatLng;
    frame?: Frame;
    id?: string;
    point?: Point;
    position?: Point;
}>

Type declaration

  • action: "callout-press"
  • Optional coordinate?: LatLng

    Platform

    Android

  • Optional frame?: Frame

    Platform

    iOS

  • Optional id?: string

    Platform

    iOS

  • Optional point?: Point

    Platform

    iOS

  • Optional position?: Point

    Platform

    Android