OverlayRefreshType¶
Namespace: ThinkGeo.UI.Maui
public enum OverlayRefreshType
Inheritance Object → ValueType → Enum → OverlayRefreshType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
ForceRedraw | 0 | Redraw indicates redraw all the map including translate map's position and regenerate images. |
DrawIfNotDrawn | 1 | Avoid drawing if already drawn. |