Type alias Poi

Poi: {
    buildingIdentifier: string;
    cartesianCoordinate: CartesianCoordinate;
    category: PoiCategory;
    coordinate: Coordinate;
    customFields: object;
    floorIdentifier: string;
    identifier: string;
    infoHtml: string;
    isIndoor: boolean;
    isOutdoor: boolean;
    poiName: string;
    position: Point;
}

Type declaration

  • buildingIdentifier: string
  • cartesianCoordinate: CartesianCoordinate
  • category: PoiCategory
  • coordinate: Coordinate
  • customFields: object
  • floorIdentifier: string
  • identifier: string
  • infoHtml: string
  • isIndoor: boolean
  • isOutdoor: boolean
  • poiName: string
  • position: Point

Name

POI

Description

Point of Interest, associated to a building, regardless of whether it's place inside or outside the building.

Generated using TypeDoc