public static interface MapView.MapControllerListener
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationFailure(UserAuthenticationException e)
Is being called when some tile request failed, due to authentication issues
When this happens, you should sometimes supply a new authentication credentials,
according to the documentation of the specific exception.
|
void |
onMapInitializationFailure(Exception ex)
Is being called when the map failed to initialize
|
void |
onMapReady(MapController map)
Is being called when the map is ready to be presented, and may be manipulated
|
void onMapReady(MapController map)
map
- the mapControllervoid onMapInitializationFailure(Exception ex)
ex
- - the exceptionvoid onAuthenticationFailure(UserAuthenticationException e)
MapController.requestRender()
to refresh the map.e
- - the authentication exception