sdk-geofencing / com.tomtom.online.sdk.geofencing / GeofencingApi

GeofencingApi

class GeofencingApi

Defines the API used to communicate with the Geofencing service.

Constructors

<init>

GeofencingApi(context: Context)
GeofencingApi(context: Context, apiKey: String)

Functions

obtainReport

fun obtainReport(reportQuery: ReportQuery): Result<Report>
fun obtainReport(reportQuery: ReportQuery, callback: ReportCallback): Unit

Performs the request to obtain the Report.