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

    Type Alias NavigationRequest

    A data object that contains the request for navigation.

    type NavigationRequest = {
        distanceToChangeIndicationThreshold?: number;
        distanceToFloorChangeThreshold?: number;
        distanceToGoalThreshold?: number;
        distanceToIgnoreFirstIndication?: number;
        ignoreLowQualityLocations?: boolean;
        indicationsInterval?: number;
        outsideRouteThreshold?: number;
        roundIndicationsStep?: number;
        timeToFirstIndication?: number;
        timeToIgnoreUnexpectedFloorChanges?: number;
    }
    Index

    Properties

    distanceToChangeIndicationThreshold?: number

    Distance threshold to change the indication (meters)

    distanceToFloorChangeThreshold?: number

    Distance threshold from when a floor change is considered reached (meters)

    distanceToGoalThreshold?: number

    Distance threshold to consider reaching the goal (meters)

    distanceToIgnoreFirstIndication?: number

    Maximum distance to ignore the first indication when navigating (meters)

    ignoreLowQualityLocations?: boolean

    Ignore low-quality locations

    indicationsInterval?: number

    Interval between indications (milliseconds)

    outsideRouteThreshold?: number

    Distance threshold to consider being outside the route (meters)

    roundIndicationsStep?: number

    Step to round indications (meters)

    timeToFirstIndication?: number

    Time to wait until the first indication is returned (milliseconds)

    timeToIgnoreUnexpectedFloorChanges?: number

    Time to ignore the locations received during navigation, when the next indication is a floor change, if the locations are on a wrong floor (not in origin or destination floors) (milliseconds)