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 pans and zooms in an immediate mode. Dynamic rendering for GraphicsOverlay is only supported if both the following conditions are met:

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. Static rendering does not allow for graphics to remain screen-aligned.