TileBounds

data class TileBounds(val zoom: Int, var left: Int, var right: Int, var top: Int, var bottom: Int)

Constructors

Link copied to clipboard
constructor(zoom: Int, left: Int, right: Int, top: Int, bottom: Int)

Properties

Link copied to clipboard
var bottom: Int
Link copied to clipboard
val info: Rect
Link copied to clipboard
var left: Int
Link copied to clipboard
var right: Int
Link copied to clipboard
var top: Int
Link copied to clipboard
val zoom: Int

Functions

Link copied to clipboard