OsmAnd
|
Classes | |
class | HistoryEntry |
class | HistoryItemDBHelper |
Public Member Functions | |
List< HistoryEntry > | getHistoryEntries (Context ctx) |
void | remove (HistoryEntry model, Context ctx) |
void | removeAll (Context ctx) |
void | selectEntry (HistoryEntry model, Context ctx) |
HistoryEntry | addNewItemToHistory (double lat, double lon, String description, Context ctx) |
Static Public Member Functions | |
static SearchHistoryHelper | getInstance () |
HistoryEntry net.osmand.plus.activities.search.SearchHistoryHelper.addNewItemToHistory | ( | double | lat, |
double | lon, | ||
String | description, | ||
Context | ctx | ||
) |
List<HistoryEntry> net.osmand.plus.activities.search.SearchHistoryHelper.getHistoryEntries | ( | Context | ctx | ) |
static SearchHistoryHelper net.osmand.plus.activities.search.SearchHistoryHelper.getInstance | ( | ) | [static] |
void net.osmand.plus.activities.search.SearchHistoryHelper.remove | ( | HistoryEntry | model, |
Context | ctx | ||
) |
void net.osmand.plus.activities.search.SearchHistoryHelper.removeAll | ( | Context | ctx | ) |
void net.osmand.plus.activities.search.SearchHistoryHelper.selectEntry | ( | HistoryEntry | model, |
Context | ctx | ||
) |