toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsglmaps.tiles
/
TileBounds
Tile
Bounds
data
class
TileBounds
(
val
zoom
:
Int
,
var
left
:
Int
,
var
right
:
Int
,
var
top
:
Int
,
var
bottom
:
Int
)
Members
Constructors
Tile
Bounds
Link copied to clipboard
constructor
(
zoom
:
Int
,
left
:
Int
,
right
:
Int
,
top
:
Int
,
bottom
:
Int
)
Properties
bottom
Link copied to clipboard
var
bottom
:
Int
info
Link copied to clipboard
val
info
:
Rect
left
Link copied to clipboard
var
left
:
Int
right
Link copied to clipboard
var
right
:
Int
top
Link copied to clipboard
var
top
:
Int
zoom
Link copied to clipboard
val
zoom
:
Int
Functions
contains
Link copied to clipboard
fun
contains
(
coord
:
TileCoord
)
:
Boolean