GraphicsRenderingMode

The different rendering modes for GraphicsOverlay.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

Dynamic rendering mode - the default. Update graphics as the map zooms and pans in an immediate mode.

Link copied to clipboard

Static rendering mode. Only update graphics between zoom and pan operations in a retained mode. Use this mode to handle large amount of graphics.