public static interface MapGroup.MapItemsCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
MapGroup.MapItemsCallback.And |
static class |
MapGroup.MapItemsCallback.Not |
static class |
MapGroup.MapItemsCallback.Or |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onItemFunction(MapItem item) |
boolean onItemFunction(MapItem item)
item - the map item triggeredtrue if the item matched, false otherwise.