PointOfInterest
About PointOfInterest
A point of interest is a designated area within a Site, used to subdivide a location into meaningful sections. Each POI belongs to a single Site and can contain multiple Devices.
id
The unique identifier of the point of interest.
Type: ID!
name
The name of the point of interest.
Type: String!
position
The geographic position of the point of interest
Type: GeoJSONPoint!
site
The site the point of interest belongs to.
Type: Site!
devices
The devices located within the point of interest.
Type: [Device!]!
geofences
The geofences located within the point of interest
Type: [Geofence!]!
metadata
The metadata associated with the point of interest.
Type: JSON