Type alias Building

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;
}

Type declaration

  • 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

Name

Building

Description

A Building object definition

Generated using TypeDoc