@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Interface OnMapClickListener

    Listener that is invoked when the map is clicked.

    OnMapClickListener

    • When the map is clicked.

      Contains the point of the click and any nearby locations.

      Parameters

      • point: MPPoint

        The coordinates of the click.

      • Optionallocations: MPLocation[]

        nearby locations.

      Returns void