Package com.massifmaps.packagemanager
Class PackageTileStatus
java.lang.Object
com.massifmaps.packagemanager.PackageTileStatus
Tile status.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTile if part of the package and package fully covers it.static final intTile is not part of the package.static final intTile is part of the package, but package does not fully cover it.
This value is no longer used, thus this is deprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PACKAGE_TILE_STATUS_MISSING
public static final int PACKAGE_TILE_STATUS_MISSINGTile is not part of the package.- See Also:
-
PACKAGE_TILE_STATUS_PARTIAL
public static final int PACKAGE_TILE_STATUS_PARTIALTile is part of the package, but package does not fully cover it.
This value is no longer used, thus this is deprecated.- See Also:
-
PACKAGE_TILE_STATUS_FULL
public static final int PACKAGE_TILE_STATUS_FULLTile if part of the package and package fully covers it.- See Also:
-
-
Constructor Details
-
PackageTileStatus
public PackageTileStatus()
-