export interface IQuadTileOption { x: number; y: number; width: number; height: number; level: number; thresholdLevel: number; tileId: string; }