public interface OnEngineInitListener
Modifier and Type | Interface and Description |
---|---|
static class |
OnEngineInitListener.Error
Represents values describing initialization errors.
|
Modifier and Type | Method and Description |
---|---|
void |
onEngineInitializationCompleted(OnEngineInitListener.Error error)
A callback indicating that map engine initialization has completed.
|
void onEngineInitializationCompleted(OnEngineInitListener.Error error)
error
- If map engine initialized successfully, returns OnEngineInitListener.Error.NONE
. Otherwise, one
of the other OnEngineInitListener.Error
enum values indicating the reason of factory
initialization failure.