Type alias Geofence

Geofence: {
    buildingIdentifier: string;
    customFields: object;
    floorIdentifier: string;
    identifier: string;
    infoHtml: string;
    polygonPoints: Point[];
}

Type declaration

  • buildingIdentifier: string
  • customFields: object
  • floorIdentifier: string
  • identifier: string
  • infoHtml: string
  • polygonPoints: Point[]

Name

Geofence

Description

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

Generated using TypeDoc