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

    Type Alias Route

    Represents a calculated route between two points

    type Route = {
        distance: number;
        routeId: string;
    }
    Index

    Properties

    Properties

    distance: number

    The total distance of the route in meters

    routeId: string

    Internal identifier for the route