Graphics Rendering Mode
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.