Situm SDK JS
    Preparing search index...

    Interface RouteSegment

    interface RouteSegment {
        floorIdentifier: string;
        points: RouteNode[];
    }
    Index

    Properties

    floorIdentifier: string
    points: RouteNode[]