initResources method
Implementation
Future<void> initResources(SymbolCache symbolCache) async {
if (scaled == null) {
scaled = ShapeSymbol.scale(base, 0, symbolFinder);
_lastZoom = 0;
shapePaint = await ShapePaintSymbol.create(scaled!, symbolCache);
await shapePaint.init(symbolCache);
}
}