com.sygic.sdk.map.listeners.MapValidityListener Interface Reference

Public Member Functions

void onMapValid ()
 
void onMapInvalidated ()
 

Member Function Documentation

◆ onMapInvalidated()

void com.sygic.sdk.map.listeners.MapValidityListener.onMapInvalidated ( )

Called when the map is invalidated after its surface has been destroyed. This can happen without MapFragment being destroyed, eg. when putting app to background with home button. Any calls to MapView after this will be ignored.

◆ onMapValid()

void com.sygic.sdk.map.listeners.MapValidityListener.onMapValid ( )

Called after recreating map surface. After this, MapView is valid again.


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