LayerRenderer Module
Renders map data layers to SKBitmap with caching.
Functions and values
| Function or value |
Description
|
Full Usage:
cacheStats ()
Parameters:
unit
Returns: int * int
|
Returns (hits, misses) cache statistics.
|
Full Usage:
invalidateAll ()
Parameters:
unit
|
Invalidates all cached bitmaps.
|
|
Invalidates the cached bitmap for a specific layer.
|
Full Usage:
renderLayer grid layer scheme
Parameters:
MapGrid
layer : LayerKind
scheme : ColorScheme
Returns: SKBitmap
|
Renders a map layer to a bitmap using the given color scheme.
|
FSBarV1_Archived