| Interface | Description |
|---|---|
| MapItemList.OnCancel |
Callback for when cancel has been selected
|
| MapItemList.OnItemSelected |
Callback for when a single map item can be selected
|
| MapItemList.OnItemsSelected |
Callback for when multiple map items can be selected
|
| Class | Description |
|---|---|
| MapItemList |
A displayable list of map items for selection and filtering purposes
Basic usage is to call
MapItemList.setItems(Collection) with a non-empty list
and then MapItemList.show() to display the list in a drop-down. |
| MapItemListComponent |
Map component used for displaying instances of
MapItemList |