Add existing to tracked
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
* @private
|
||||
*/
|
||||
const TileState = {
|
||||
START: 0,
|
||||
LOADING: 1,
|
||||
READY: 2,
|
||||
UPSAMPLED_ONLY: 3,
|
||||
};
|
||||
|
||||
Object.freeze(TileState);
|
||||
|
||||
export default TileState;
|
||||
Reference in New Issue
Block a user