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

    Type Alias RouteSegment

    A fragment of a route, described by a floor identifier and a list of consecutive points from the same floor

    type RouteSegment = {
        floorIdentifier: string;
        points: Point[];
    }
    Index

    Properties

    floorIdentifier: string

    Identifier of the floor containing the points in this segment

    points: Point[]

    Consecutive points in the same floor forming a path