MVFv3 API Documentation
    Preparing search index...

    A collection of addresses for both the entire bundle, and potentially per floor stack.

    type AddressCollection = {
        primary?: { display?: { displayAddress: string } };
        floorStack?: Partial<
            { [key: `fs_${string}`]: { display?: { displayAddress: string } } },
        >;
    }
    Index

    Properties

    primary?: { display?: { displayAddress: string } }

    The primary address for the map represented by this MVF, if available.

    floorStack?: Partial<
        { [key: `fs_${string}`]: { display?: { displayAddress: string } } },
    >

    A set of addresses corresponding to floor stacks, generally used to specify an address for an individual building within a larger campus or group of buildings.