sdk-geofencing / com.tomtom.online.sdk.geofencing.report / Report

Report

@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.

Parameters

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.

Properties

inside

val inside: List<FenceDetails>

Information about the fences the object is in.

outside

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.

summary

val summary: Summary

Information about the Report Request endpoint parameters.