Type alias Point

Point: {
    buildingIdentifier: string;
    cartesianCoordinate: CartesianCoordinate;
    coordinate: Coordinate;
    floorIdentifier: string;
    isIndoor?: boolean;
    isOutdoor?: boolean;
}

Type declaration

  • buildingIdentifier: string
  • cartesianCoordinate: CartesianCoordinate
  • coordinate: Coordinate
  • floorIdentifier: string
  • Optional isIndoor?: boolean
  • Optional isOutdoor?: boolean

Name

Point

Description

Associate geographical coordinate (Location) with Building and Floor (Cartography) and cartesian coordinate relative to that building.

Generated using TypeDoc