vector_tile_renderer library
Classes
- BoundedPath
- CreatedTextPainterProvider
- DefaultTextPainterProvider
- ImageRenderer
- Logger
- ProvidedThemes
- RasterTile
- A raster tile is an image with a corresponding scope defining the portion of the image that is in scope for the tile.
- RasterTileset
-
A raster tileset is a collection of raster tiles (images) by
'source'
ID, as defined by the theme. - Renderer
- Sprite
- SpriteIndex
- SpriteIndexReader
- StyledSymbol
- SymbolStyle
- TextPainterProvider
- Theme
- ThemeLayer
-
Represents a layer in the theme. Can render to a
Context
, and specifies its type. - ThemeReader
- Tile
- TileClip
- TileData
- TileDataFeature
- TileDataLayer
- TileFactory
- TileFeature
- TileLayer
- Tileset
-
A tileset is a collection of vector tiles by
'source'
ID, as defined by the theme - TilesetPreprocessor
- A pre-processor for Tilesets. A pre-processing is an optional step that can reduce CPU overhead during rendering at the cost of higher memory usage.
- TileSource
- a model representing the source data of a tile.
- TileTranslate
- VectorTile
- VectorTileReader
Enums
- ThemeLayerType
- The type of theme layer
- TileFeatureType
Extensions
- ImageToPng on Image
Typedefs
- MessageFunction = String Function()