public class

MultiLocationsSearchableAdapter

extends
java.lang.Object
   ↳
     ↳ com.mapsted.ui.map.explore.MultiLocationsSearchableAdapter

Summary

Nested Classes
interface MultiLocationsSearchableAdapter.Listener  
class MultiLocationsSearchableAdapter.SearchEntityMultiLocationsViewHolder  
Public Constructors
MultiLocationsSearchableAdapter(LifecycleOwner lifecycleOwner, MultiLocationsSearchableAdapter.Listener listener)
Public Methods
int getItemCount()
List<MultiLocationModel> getItems()
MultiLocationModel getNearestItem()
void onBindViewHolder(MultiLocationsSearchableAdapter.SearchEntityMultiLocationsViewHolder holder, int position)
MultiLocationsSearchableAdapter.SearchEntityMultiLocationsViewHolder onCreateViewHolder(ViewGroup parent, int viewType)
void setItems(List<MultiLocationModel> zoneLabelList)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MultiLocationsSearchableAdapter (LifecycleOwner lifecycleOwner, MultiLocationsSearchableAdapter.Listener listener)

Public Methods

public int getItemCount ()

public List<MultiLocationModel> getItems ()

public MultiLocationModel getNearestItem ()

public void onBindViewHolder (MultiLocationsSearchableAdapter.SearchEntityMultiLocationsViewHolder holder, int position)

public MultiLocationsSearchableAdapter.SearchEntityMultiLocationsViewHolder onCreateViewHolder (ViewGroup parent, int viewType)

public void setItems (List<MultiLocationModel> zoneLabelList)