@PublicPreview @Beta(2020, 9) class Report
The Geofencing report. It contains a unique project id, the position for which the report is generated, and a radius used to create the report, expressed in meters. Additionally, it includes a list of fences that the Request point is inside of, and a list of fences that the Request point is outside of.
summary
- Information about the Report Request endpoint parameters.
inside
- Information about the fences the object is in.
outside
- Information about the fences the object is outside of. It contains at least
the closest fence or list of fences inside the radius.
val inside: List<FenceDetails>
Information about the fences the object is in. |
|
val outside: List<FenceDetails>
Information about the fences the object is outside of. It contains at least the closest fence or list of fences inside the radius. |
|
val summary: Summary
Information about the Report Request endpoint parameters. |