Class TileId

com.yandex.mapkit

java.lang.Object ⇽ TileId

public class TileId

The ID of a tile on the map.

Constructors

TileId(int x, int y, int z)
TileId()

Use constructor with parameters in your code.

TileId(int x, int y, int z)
TileId()

Use constructor with parameters in your code.

Methods

int getX()

The number of the tile horizontally.

int getY()

The number of the tile vertically.

int getZ()

The number of columns and rows to split the map into.

void serialize(Archive archive)
int getX()

The number of the tile horizontally.

int getY()

The number of the tile vertically.

int getZ()

The number of columns and rows to split the map into.

void serialize(Archive archive)

Constructor Detail

TileId

public TileId (int x, int y, int z)

TileId

public TileId ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getX

public int getX ()

The number of the tile horizontally.

getY

public int getY ()

The number of the tile vertically.

getZ

public int getZ ()

The number of columns and rows to split the map into.

serialize

public void serialize (Archive archive)