@heumes-it/expo-mapbox-navigation - v0.1.0
    Preparing search index...

    Interface MapboxNavigationMapViewProps

    Props for the <MapboxNavigationMapView> native component.

    interface MapboxNavigationMapViewProps {
        navigationCameraState?: "overview" | "idle" | "following";
        routeLineColor?: string;
        styleURL?: string;
    }

    Hierarchy

    • ViewProps
      • MapboxNavigationMapViewProps
    Index

    Properties

    navigationCameraState?: "overview" | "idle" | "following"

    Camera tracking mode:

    • 'following': camera follows the user puck with bearing-locked tilt.
    • 'overview': camera fits the remaining route geometry in view.
    • 'idle': camera is user-controlled (gestures only). Default: 'following'.
    routeLineColor?: string

    Hex color string for the primary route line (e.g. '#6728a1'). Default: Mapbox blue.

    styleURL?: string

    Mapbox style URL. Default: 'mapbox://styles/mapbox/navigation-day-v1'.