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

Summary

@PublicPreview @Beta(2020, 9) class Summary

A short summary of the report.

Parameters

projectId - The UUID of the project the report was generated for.

point - A geofenced point LatLng.

range - The maximum distance in meters between a point and a fence that allows the fence to be included in a report.

Constructors

<init>

Summary(projectId: UUID, point: LatLng, range: Double)

A short summary of the report.

Properties

point

val point: LatLng

A geofenced point LatLng.

projectId

val projectId: UUID

The UUID of the project the report was generated for.

range

val range: Double

The maximum distance in meters between a point and a fence that allows the fence to be included in a report.