RequestDataOptions

sealed interface RequestDataOptions(source)

Properties

Link copied to clipboard
abstract var tileLevel: Int?

The tile's level. Default value - 0

Link copied to clipboard
abstract var tileX: Double?

The tile's X coordinate. Default value - 0

Link copied to clipboard
abstract var tileY: Double?

The tile's Y coordinate. Default value - 0

Link copied to clipboard
abstract var tileZ: Double?

The tile's Z coordinate. Default value - 0