loadTile abstract method
- TileKey tileKey,
- PointTileSourceLoadResultHandler completionHandler
Load data of a tile.
Upon completion, the handler gets informed.
-
tileKeyKey of the tile to load data for. -
completionHandlerLoad result handler.
Returns TileSourceLoadTileRequestHandle?. A handle to the created load request.
Implementation
TileSourceLoadTileRequestHandle? loadTile(TileKey tileKey, PointTileSourceLoadResultHandler completionHandler);