MapDataStoreRenderer constructor
MapDataStoreRenderer(
- Datastore datastore,
- RenderTheme renderTheme,
- SymbolCache symbolCache,
- bool renderLabels,
Implementation
MapDataStoreRenderer(this.datastore, this.renderTheme, this.symbolCache, this.renderLabels) {
if (renderLabels) {
this.tileDependencies = TileDependencies();
} else {
this.tileDependencies = null;
}
_datastoreReader = DatastoreReader();
}