Situm SDK JS
    Preparing search index...

    Interface RouteNode

    interface RouteNode {
        buildingIdentifier: string;
        cartesianCoordinate: Cartesians;
        coordinate: LatLng;
        floorIdentifier: string;
        isIndoor: boolean;
        isOutdoor: boolean;
    }
    Index

    Properties

    buildingIdentifier: string
    cartesianCoordinate: Cartesians
    coordinate: LatLng
    floorIdentifier: string
    isIndoor: boolean
    isOutdoor: boolean