Uses of Class
net.neurowork.mobile.android.fw.levels.impl.MapDataItem

Packages that use MapDataItem
net.neurowork.mobile.android.fw.levels.impl   
 

Uses of MapDataItem in net.neurowork.mobile.android.fw.levels.impl
 

Methods in net.neurowork.mobile.android.fw.levels.impl that return MapDataItem
 MapDataItem MapDataItemDistance.getItem()
           
 

Methods in net.neurowork.mobile.android.fw.levels.impl that return types with arguments of type MapDataItem
 java.util.List<MapDataItem> MapLevelDataItem.getItems()
           
 

Methods in net.neurowork.mobile.android.fw.levels.impl with parameters of type MapDataItem
 void MapLevelDataItem.addItem(MapDataItem mapItem)
           
 

Method parameters in net.neurowork.mobile.android.fw.levels.impl with type arguments of type MapDataItem
 void MapLevelDataItem.setItems(java.util.List<MapDataItem> items)
           
 

Constructors in net.neurowork.mobile.android.fw.levels.impl with parameters of type MapDataItem
MapDataItemDistance(MapDataItem item, float distance)