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

Report

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.