TileRegionBooleanCallbackNative(androidJvm)

Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.

Parameters

result

A flag indicating if the tile region contains all tilesets from all of the given tileset descriptors. Otherwise, an TileRegionError describing the error.

Functions

run
Link copied to clipboard
open fun run(result: Expected<TileRegionError, Boolean>)