marker.js for React Native Documentation
    Preparing search index...

    Represents the public API for the MarkerView component. Exposes methods to access the visual element of the annotation that can be used for rendering.

    interface MarkerViewHandle {
        visualRef: RefObject<null | View>;
    }
    Index

    Properties

    Properties

    visualRef: RefObject<null | View>