GraphicsRenderingMode

sealed class GraphicsRenderingMode

The different rendering modes for GraphicsOverlay

Types

Link copied to clipboard
object Dynamic : GraphicsRenderingMode

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

Link copied to clipboard
object Static : GraphicsRenderingMode

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

Inheritors

Link copied to clipboard
Link copied to clipboard