OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Package Attributes
net.osmand.plus.activities.LocalOpenstreetmapActivity.LocalOpenstreetmapAdapter Class Reference

Inherits BaseExpandableListAdapter.

List of all members.

Public Member Functions

 LocalOpenstreetmapAdapter ()
void clear ()
List< OpenstreetmapPointvalues ()
void delete (OpenstreetmapPoint i)
void cancelFilter ()
void filterCategories (String...types)
void addOpenstreetmapPoint (OpenstreetmapPoint info)
OpenstreetmapPoint getChild (int groupPosition, int childPosition)
long getChildId (int groupPosition, int childPosition)
View getChildView (int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
View getGroupView (int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
int getChildrenCount (int groupPosition)
String getGroup (int groupPosition)
int getGroupCount ()
long getGroupId (int groupPosition)
boolean hasStableIds ()
boolean isChildSelectable (int groupPosition, int childPosition)

Package Attributes

Map< String, List
< OpenstreetmapPoint > > 
data = new LinkedHashMap<String, List<OpenstreetmapPoint>>()
List< String > category = new ArrayList<String>()
List< String > filterCategory = null

Constructor & Destructor Documentation


Member Function Documentation

View net.osmand.plus.activities.LocalOpenstreetmapActivity.LocalOpenstreetmapAdapter.getChildView ( int  groupPosition,
int  childPosition,
boolean  isLastChild,
View  convertView,
ViewGroup  parent 
)
View net.osmand.plus.activities.LocalOpenstreetmapActivity.LocalOpenstreetmapAdapter.getGroupView ( int  groupPosition,
boolean  isExpanded,
View  convertView,
ViewGroup  parent 
)

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines