OverlayRefreshType¶
Namespace: ThinkGeo.UI.Maui
Specifies how overlays are refreshed during map rendering.
public enum OverlayRefreshType
Inheritance object → ValueType → Enum → OverlayRefreshType
Implements IComparable, IConvertible, IFormattable, ISpanFormattable
Fields¶
| Name | Value | Description |
|---|---|---|
| ForceRedraw | 0 | Forces the overlay to redraw by regenerating its visual content. |
| DrawIfNotDrawn | 1 | Draws the overlay only if it has not already been rendered. |