@maplayr/react-native
    Preparing search index...

    Type Alias MapViewHandle

    Handle interface for MapView component, providing imperative control over the map

    type MapViewHandle = {
        moveCamera: (options: MoveCameraOptions) => void;
    }
    Index

    Properties

    Properties

    moveCamera: (options: MoveCameraOptions) => void

    Moves the map camera to a new position with the specified options