Android Java SDK for Sygic 3D
ApiHistory Class Reference

Static Public Member Functions

static ArrayList< HistoryRecordgetHistoryList (boolean searchAddress, int maxTime) throws GeneralException
 Returns the list of items in History. More...
 

Member Function Documentation

◆ getHistoryList()

static ArrayList<HistoryRecord> getHistoryList ( boolean  searchAddress,
int  maxTime 
) throws GeneralException
static

Returns the list of items in History.

Parameters
searchAddressSpecify whether getHistoryList searches for address or not. If searchAddress=true, GetHistoryList fills address member of each HistoryArr item
maxTimeMaximum of time (in milliseconds) function can take. If maxTime=0 function execution is not time limited.
Returns
ArrayList containing model.HistoryRecord instances
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), Api.getService(), and HistoryRecord.readBundle().