com.tomtom.online.sdk.geofencing.BuildConfig | |
com.tomtom.online.sdk.geofencing.BuildConfig | |
com.tomtom.online.sdk.geofencing.entity.Entity |
Class that contains basic parameters shared between various geofencing entities (e.g., Project, Fence, or Report). |
com.tomtom.online.sdk.geofencing.report.FenceDetails |
Contains information about the distance and location of the closest point of the fence. |
com.tomtom.online.sdk.geofencing.GeofencingApi |
Defines the API used to communicate with the Geofencing service. |
com.tomtom.online.sdk.geofencing.GeofencingException |
Exception thrown by the Geofencing API in case of an error. |
com.tomtom.online.sdk.geofencing.report.Report |
The Geofencing report. It contains a unique project id, the position for which the report is generated, and a radius used to create 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. |
com.tomtom.online.sdk.geofencing.report.ReportCallback |
Callback which is responsible to inform about a received Report or respective error. |
com.tomtom.online.sdk.geofencing.report.ReportQuery |
Report service query constructor |
com.tomtom.online.sdk.geofencing.RxGeofencingApi |
Defines the Reactive API used to communicate with the Geofencing API services. |
com.tomtom.online.sdk.geofencing.report.Summary |
A short summary of the report. |