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

    Type Alias DirectionsRequest

    DirectionsRequest: {
        buildingIdentifier: string;
        from: Point | Location;
        to: Point | Poi;
    } & DirectionsOptions

    A data object that contains the request for directions.

    Type declaration

    • buildingIdentifier: string
    • from: Point | Location

      Current user's position as the starting point of the route

    • to: Point | Poi

      Point to, where the route should end