is Tile Renderable
abstract fun isTileRenderable(@NonNull tileID: CanonicalTileID, @NonNull status: CustomRasterSourceTileStatus): Boolean
Checks whether the tile should be rendered in the current frame. This method is called once for each tile in every frame, from the renderer thread, before rendering.
Return
`true` if the tile is renderable in the current frame; `false` otherwise.
Parameters
tile Id
Tile ID of the target tile that we are rendering to.
status
the status of the tile.