Place
Description
Area of an organization subjected to tracking.
Properties
| Name | Type | Description |
|---|---|---|
| id | Long | Unique identifier for a place of an organization. |
| name | String | Name describing the place. If not set by user it gets automatically filled. |
| organizationId | Long | Unique identifier of the organization the place is part of. |
| trackingArea | String | Area subjected to movement tracking of people. It is a collection of (longitude, latitude) pairs consisting in a polygon. The string is expressed in JSON format. |