public class Summary
A short summary of the report.
Constructor and Description |
---|
Summary(java.util.UUID projectId,
com.tomtom.online.sdk.common.location.LatLng point,
double range)
A short summary of the report.
|
Modifier and Type | Method and Description |
---|---|
com.tomtom.online.sdk.common.location.LatLng |
getPoint()
A geofenced point.
|
java.util.UUID |
getProjectId()
The UUID of the project the report was generated for.
|
double |
getRange()
The maximum distance in meters between a point and a fence that allows the fence to be
|
public Summary(java.util.UUID projectId, com.tomtom.online.sdk.common.location.LatLng point, double range)
A short summary of the report.
projectId
- The UUID of the project the report was generated for.point
- A geofenced point.range
- The maximum distance in meters between a point and a fence that allows the fence to beincluded in a report.projectId
- The UUID of the project the report was generated for.point
- A geofenced point.range
- The maximum distance in meters between a point and a fence that allows the fence to be
included in a report.public java.util.UUID getProjectId()
The UUID of the project the report was generated for.
public com.tomtom.online.sdk.common.location.LatLng getPoint()
A geofenced point.
public double getRange()
The maximum distance in meters between a point and a fence that allows the fence to be
included in a report.