|
ArcGIS Runtime SDK for iOS
100.9
|
Go to the source code of this file.
Enumerations | |
| enum | AGSGraphicsRenderingMode { AGSGraphicsRenderingModeDynamic = 0, AGSGraphicsRenderingModeStatic = 1 } |
Specifies how the AGSGraphicsOverlay renders its content. Dynamic mode is better suited for a small number of graphics that are constantly changing or moving and need to be redrawn frequently. If your content is more static then use static mode. Static mode does not provide the same level of interactiveness or user experience as dynamic mode, but it allows the overlay to render a larger number of graphics.