setTileSize

fun setTileSize(tileSize: Int)

Set the indoor floor tile-size for rendering.

Note that tile sizes depend on the Solution set (it is not mandatory for all MapsIndoors solutions to support all tile sizes)

Deprecated

Use setTileSize instead

Parameters

tileSize

The tile (square) size in pixels (TILE_SIZE_X1, TILE_SIZE_X2)

Throws

if the argument tileSize is not a valid one (TILE_SIZE_X1, TILE_SIZE_X2)


fun setTileSize(@NonNull tileSize: TileSize)

Set the indoor floor tile-size for rendering.

Parameters

tileSize

The tile (square) size in pixels eg. X1 or X2

Throws