Geozones
Geozones are Managed Objects in the Cumulocity domain model, identifiable as a geozone by the c8y_IsGeozone
fragment.
A Geozone is a Managed Object. Geozones are childAssets of Clients.
Geozone Managed Object properties
Additionally to the default Managed Object fragments, a Geozone Managed Object looks as following:
Keep in mind, latitude and longitude are in the order
[LONGITUDE,LATITUDE]
in the coordinates array.Latitude and longitude are float values.
keep in mind the guid value should be unique for each Geozone!
Relations
A Geozone is a child asset of a Client. Clients can be created through the web interface.
Below is an API call example that references an existing Geozone Managed Object with an existing Client Managed Object.
Last updated