MapTrip SDK Android Manual 9.10.8
 
Loading...
Searching...
No Matches
ApiInitListener Interface Reference

interface of the ApiHelper that informs about initialization More...

+ Inheritance diagram for ApiInitListener:

Public Member Functions

void onApiInitError (ApiError err, String description)
 
void onApiInitialized ()
 
void onApiUninitialized ()
 

Detailed Description

Member Function Documentation

◆ onApiInitError()

void onApiInitError ( ApiError  err,
String  description 
)

callback when Api init fails

Parameters
err

Implemented in IwMapView, and ApiHelper.

◆ onApiInitialized()

void onApiInitialized ( )

callback when Api is initialized in GL view. Attention: Callback returns on the GL thread and not on the main ui thread

Implemented in IwMapView, and ApiHelper.

◆ onApiUninitialized()

void onApiUninitialized ( )

callback when api is uninitialized

Implemented in IwMapView, and ApiHelper.


The documentation for this interface was generated from the following file: