loadTileDataAvailabilityAsync
open override fun loadTileDataAvailabilityAsync(x: Double, y: Double, level: Int): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>??(source)
Make sure we load availability data for a tile
Return
Undefined if nothing need to be loaded or a Promise that resolves when all required tiles are loaded
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.