Package globus.glmap
Annotation Interface GLMapInfo.State
- Enclosing class:
- GLMapInfo
State of map resource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intdownloaded and ready to usestatic final intdownloading nowstatic final intpartially downloaded or updatedstatic final intneed updatestatic final intnot downloadedstatic final intremove 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:
-