@PublicPreview @Beta(2020, 9) class Summary
A short summary of the report.
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.
Summary(projectId: UUID, point: LatLng, range: Double)
A short summary of the report. |
val point: LatLng
A geofenced point LatLng. |
|
val projectId: UUID
The UUID of the project the report was generated for. |
|
val range: Double
The maximum distance in meters between a point and a fence that allows the fence to be included in a report. |