[ThreeMap](../README.md) > [Interfaces](../modules/interfaces.md) > [ITileObject](../interfaces/interfaces.itileobject.md)

# Interface: ITileObject

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

## Hierarchy

**ITileObject**

## Index

### Properties

* [x](interfaces.itileobject.md#x)
* [y](interfaces.itileobject.md#y)
* [z](interfaces.itileobject.md#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)*

___

