Dynamic
Dynamic rendering mode - the default. Update graphics as the map pans and zooms in an immediate mode. Dynamic rendering for GraphicsOverlay is only supported if both the following conditions are met:
If the GraphicsOverlay.renderer supports dynamic rendering. A heat map renderer is an example of a renderer not supported by the dynamic rendering mode.
If the GraphicsOverlay.scaleSymbols is false.
Dynamic rendering allows for graphics to remain screen-aligned.
Since
200.1.0