- GeofencingApi - Class in com.tomtom.online.sdk.geofencing
-
Defines API used to communicate with the Geofencing service.
- getClosestPoint() - Method in class com.tomtom.online.sdk.geofencing.data.report.FenceDetails
-
The closest point on the fence to a geofenced object's position.
- getDistance() - Method in class com.tomtom.online.sdk.geofencing.data.report.FenceDetails
-
The distance in meters from a fence to the geofenced object. The value can be negative if object is inside a fence.
- getFence() - Method in class com.tomtom.online.sdk.geofencing.data.report.FenceDetails
-
Fence basic parameters (ID and name).
- getId() - Method in class com.tomtom.online.sdk.geofencing.data.entity.Entity
-
The UUID of the fence.
- getInside() - Method in class com.tomtom.online.sdk.geofencing.data.report.Report
-
Information about the fences the object is in.
- getName() - Method in class com.tomtom.online.sdk.geofencing.data.entity.Entity
-
The fence name.
- getNativeHandle() - Method in class com.tomtom.online.sdk.geofencing.data.report.ReportServiceQuery
-
- getOutside() - Method in class com.tomtom.online.sdk.geofencing.data.report.Report
-
Information about the fences the object is outside of. It contains at least the closest fence or list of fences inside the radius.
- getPoint() - Method in class com.tomtom.online.sdk.geofencing.data.report.Summary
-
Geofenced point.
- getProjectId() - Method in class com.tomtom.online.sdk.geofencing.data.report.Summary
-
UUID of the project the report was generated for.
- getProperties() - Method in class com.tomtom.online.sdk.geofencing.data.entity.Entity
-
User-defined properties in JSON format.
- getRange() - Method in class com.tomtom.online.sdk.geofencing.data.report.Summary
-
The maximum distance in meters, between a point and a fence that allows the fence to be included in a report.
- getReport() - Method in class com.tomtom.online.sdk.geofencing.data.report.ReportServiceResponse
-
Report details.
- getSummary() - Method in class com.tomtom.online.sdk.geofencing.data.report.Report
-
Information about the Report request endpoint parameters.