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

GeofencingApi

@PublicPreview @Beta(2020, 9) 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.