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

Public Member Functions

void onMapListResultSuccess (List< String > mapIsos)
 
void onMapListResultError (MapLoader.LoadResult result)
 

Detailed Description

Listener for operation which returns multiple map ISO codes.

Member Function Documentation

◆ onMapListResultError()

void com.sygic.sdk.map.listeners.MapListResultListener.onMapListResultError ( MapLoader.LoadResult  result)

Called when there was an error in a operation.

Parameters
resultresult of the operation

◆ onMapListResultSuccess()

void com.sygic.sdk.map.listeners.MapListResultListener.onMapListResultSuccess ( List< String >  mapIsos)

Called when map operation was successful.

Parameters
mapIsosISO codes of maps which were the result of the operation.

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