[ThreeMap](api-readme.md) > [Interfaces](api-modules-interfaces.md) > [ITileObject](api-interfaces-interfaces.itileobject.md)



## Interface: ITileObject


Alternative to TilePrimitive - tile coordinates & zoom level represented as object properties: x, y, z.


## Properties
<a id="x"></a>

###  x

**●  x**:  *`number`* 

*Defined in [ThreeMap.interfaces.ts:20](https://github.com/areknawo/ThreeMap/blob/master/src/ThreeMap.interfaces.ts#L20)*





___

<a id="y"></a>

###  y

**●  y**:  *`number`* 

*Defined in [ThreeMap.interfaces.ts:21](https://github.com/areknawo/ThreeMap/blob/master/src/ThreeMap.interfaces.ts#L21)*





___

<a id="z"></a>

###  z

**●  z**:  *`number`* 

*Defined in [ThreeMap.interfaces.ts:22](https://github.com/areknawo/ThreeMap/blob/master/src/ThreeMap.interfaces.ts#L22)*





___


