Type Definitions
- 
    
TileCoord{Array.<number>}
 - 
    
    
An array of three numbers representing the location of a tile in a tile grid. The order is
z(zoom level),x(column), andy(row). 
 OpenLayers
        
        
        
      import * as olTilecoord from 'ol/tilecoord';
      
    
    An array of three numbers representing the location of a tile in a tile
grid. The order is z (zoom level), x (column), and y (row).