MVFv3 API Documentation
    Preparing search index...

    Variable WELL_KNOWN_FLAGSConst

    WELL_KNOWN_FLAGS: {
        accessible: "accessible";
        outdoors: "outdoors";
        public: "public";
    }

    All well known navigation flags. These may or may not be present in an MVF, but if they are, they always mean the same thing.

    Type declaration

    • Readonlyaccessible: "accessible"

      A flag indicating that something is accessible, specifically that it can be crossed by users with reduced mobility, including those using wheelchairs.

    • Readonlyoutdoors: "outdoors"

      A flag indicating that something is outside of a building, in the open air. The sky is NOT NECESSARILY visible, an 'outdoors' path may be under a bridge or awning.

    • Readonlypublic: "public"

      A flag indicating that something is navigable by the public users of the building or space. By default, consumers of MVF should not route through non-public things unless specifically requested.