public class Report
The Geofencing report. It contains a unique project id, the position for which the report is generated, and a radius used to crete 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.
Modifier and Type | Method and Description |
---|---|
java.util.List<com.tomtom.online.sdk.geofencing.data.report.FenceDetails> |
getInside()
Information about the fences the object is in.
|
java.util.List<com.tomtom.online.sdk.geofencing.data.report.FenceDetails> |
getOutside()
Information about the fences the object is outside of. It contains at least the closest fence or list of fences inside the radius.
|
Summary |
getSummary()
Information about the Report Request endpoint parameters.
|
java.lang.String |
toString() |
public Summary getSummary()
Information about the Report Request endpoint parameters.
public java.util.List<com.tomtom.online.sdk.geofencing.data.report.FenceDetails> getInside()
Information about the fences the object is in.
public java.util.List<com.tomtom.online.sdk.geofencing.data.report.FenceDetails> getOutside()
Information about the fences the object is outside of. It contains at least the closest fence or list of fences inside the radius.
public java.lang.String toString()