MapTelemetryImpl

Creates a map telemetry instance using appplication context and access token

Parameters

accessToken

the mapbox access token

appContext

the application context

fun MapTelemetryImpl(appContext: Context, accessToken: String)

Creates a map telemetry instance using telemetry, appplication context and access token

Parameters

accessToken

the mapbox access token

appContext

the application context

telemetry

the mapbox telemetry

fun MapTelemetryImpl(telemetry: MapboxTelemetry, appContext: Context, accessToken: String)