getTileDataAvailable

open override fun getTileDataAvailable(x: Double, y: Double, level: Int): Boolean?(source)

Determines whether data for a tile is available to be loaded.

Return

Undefined if not supported or availability is unknown, otherwise true or false.

Parameters

x

The X coordinate of the tile for which to request geometry.

y

The Y coordinate of the tile for which to request geometry.

level

The level of the tile for which to request geometry.

See also