TileOptions

data class TileOptions(val zoomLevel: Int, val x: Int, val y: Int)

Tile options.

Constructors

Link copied to clipboard
constructor(zoomLevel: Int, x: Int, y: Int)

Functions

Link copied to clipboard

Calculates the GeoBoundingBox with the coordinate of the current tile based on the Slippy map tile name convention.

Properties

Link copied to clipboard
val x: Int

Horizontal coordinate.

Link copied to clipboard
val y: Int

Vertical coordinate.

Link copied to clipboard

Zoom level.