public class GeofencingApi
Defines the API used to communicate with the Geofencing service.
Constructor and Description |
---|
GeofencingApi(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
com.tomtom.online.sdk.common.Result<com.tomtom.online.sdk.geofencing.report.Report> |
obtainReport(ReportQuery reportQuery)
Performs the Request to obtain the
class Report . |
void |
obtainReport(ReportQuery reportQuery,
ReportCallback callback)
Performs the Request to obtain the
class Report . |
public com.tomtom.online.sdk.common.Result<com.tomtom.online.sdk.geofencing.report.Report> obtainReport(ReportQuery reportQuery)
Performs the Request to obtain the class Report
.
reportQuery
- Query object which is used to obtain the class Report
.class Report
public void obtainReport(ReportQuery reportQuery, ReportCallback callback)
Performs the Request to obtain the class Report
.
reportQuery
- Query object which is used to obtain the class Report
.callback
- The callback on class Report
.class Report