public class CotMapAdapter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHAT |
static java.lang.String |
FLOWTAG |
static java.lang.String |
TAG |
Modifier and Type | Method and Description |
---|---|
CommsMapComponent.ImportResult |
adaptCotEvent(CotEvent event,
android.os.Bundle extra) |
void |
dispose() |
java.util.Map<java.lang.String,MapGroup> |
getCategoryGroups() |
CotMarkerRefresher |
getCotMarkerSet() |
static boolean |
isAtakSpecialType(MapItem m)
Rewrite the isAtakSpecialType(CotEvent) to work on MapItems.
|
CommsMapComponent.ImportResult |
processCotEvent(CotEvent event,
android.os.Bundle bundle) |
public static final java.lang.String TAG
public static final java.lang.String FLOWTAG
public static final java.lang.String CHAT
public void dispose()
public CotMarkerRefresher getCotMarkerSet()
public java.util.Map<java.lang.String,MapGroup> getCategoryGroups()
public CommsMapComponent.ImportResult processCotEvent(CotEvent event, android.os.Bundle bundle)
public CommsMapComponent.ImportResult adaptCotEvent(CotEvent event, android.os.Bundle extra)
public static boolean isAtakSpecialType(MapItem m)