Package globus.glmap
Annotation Interface GLMapInfo.State
- Enclosing class:
- GLMapInfo
State of map resource
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
downloaded and ready to usestatic final int
downloading nowstatic final int
partially downloaded or updatedstatic final int
need updatestatic final int
not downloadedstatic final int
remove from list
-
Field Details
-
REMOVED
static final int REMOVEDremove from list- See Also:
-
NOT_DOWNLOADED
static final int NOT_DOWNLOADEDnot downloaded- See Also:
-
DOWNLOADED
static final int DOWNLOADEDdownloaded and ready to use- See Also:
-
NEED_UPDATE
static final int NEED_UPDATEneed update- See Also:
-
NEED_RESUME
static final int NEED_RESUMEpartially downloaded or updated- See Also:
-
IN_PROGRESS
static final int IN_PROGRESSdownloading now- See Also:
-