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

    Interface ShapeProps

    Props for the Shape component

    interface ShapeProps {
        route: Route;
        strokeColor?: ColorValue;
        strokeWidth?: number;
    }
    Index

    Properties

    route: Route

    The route to display. Obtained from the useRoute hook

    strokeColor?: ColorValue

    The color of the route line. Accepts any React Native color value

    strokeWidth?: number

    The width of the line in points. Defaults to 2