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

    Props for the MarkerView component.

    interface MarkerViewProps {
        annotation: null | AnnotationState;
        disableManualZoom?: boolean;
        scaleStroke?: boolean;
        targetSrc: string;
    }
    Index

    Properties

    annotation: null | AnnotationState

    Annotation state containing markers to display. If null, the component will display the target image without any markers.

    disableManualZoom?: boolean

    Whether to disable manual zooming with pinch gestures. Defaults to false, allowing users to zoom in and out manually.

    scaleStroke?: boolean

    Whether to scale the stroke width of markers based on the zoom factor. Defaults to true.

    targetSrc: string

    Source of the target image to annotate.