mapbox-maps-android
/
com.mapbox.maps
/
CanonicalTileID
Canonical
Tile
ID
class
CanonicalTileID
:
Serializable
Content copied to clipboard
Represents a tile coordinate.
Constructors
Functions
Properties
Constructors
CanonicalTileID
Link copied to clipboard
open fun
CanonicalTileID
(z:
Byte
, x:
Int
, y:
Int
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
x
Link copied to clipboard
private val
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
private val
y
:
Int
Content copied to clipboard
z
Link copied to clipboard
private val
z
:
Byte
Content copied to clipboard