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

    Type Alias Building

    A Building object definition.

    type Building = {
        address: string;
        bounds: Bounds;
        boundsRotated: Bounds;
        buildingIdentifier: string;
        center: Coordinate;
        customFields: object;
        dimensions: Dimensions;
        infoHtml: string;
        name: string;
        pictureThumbUrl: string;
        pictureUrl: string;
        rotation: number;
        userIdentifier: string;
    }
    Index

    Properties

    address: string

    The building address.

    bounds: Bounds

    Compute corners of this building, without rotation, in earth coordinates.

    boundsRotated: Bounds

    Compute corners of this building, with rotation, in earth coordinates.

    buildingIdentifier: string

    The unique identifier of the resource

    center: Coordinate

    Center of the building's base, as geographical coordinate.

    customFields: object

    Map of custom fields, indexed by their name.

    dimensions: Dimensions

    Dimensions of building's base (height and width) in meters.

    infoHtml: string

    Additional information about building, formatted with HTML.

    name: string

    The building name that is appropriate for display to the user.

    pictureThumbUrl: string

    The URL of building thumbnail image.

    pictureUrl: string

    The URL of building image.

    rotation: number

    Rotation angle of the building's base, relative to west-east axis.

    userIdentifier: string

    Unique identifier of the owner user of the building.