RasterTileSourceLoadResultHandler constructor - RasterTileSourceLoadResultHandler - mapview.datasource library - Dart API
RasterTileSourceLoadResultHandler
RasterTileSourceLoadResultHandler constructor
- void loadedLambda(
- TileKey,
- Uint8List,
- TileSourceTileMetadata
- void failedLambda()
Result handler of a load tile request.
Implementation
factory RasterTileSourceLoadResultHandler(
void Function(TileKey, Uint8List, TileSourceTileMetadata) loadedLambda,
void Function(TileKey) failedLambda,
) => RasterTileSourceLoadResultHandler$Lambdas(
loadedLambda,
failedLambda,
);