InteractiveOverlayDrawType¶
Namespace: ThinkGeo.UI.Android
This enumeration specifies the mode to draw the InterativeOverlay when doing interactive actions with InterativeOverlay.
public enum InteractiveOverlayDrawType
Inheritance Object → ValueType → Enum → InteractiveOverlayDrawType
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | Default value of the enumation, the same as DoNotDraw. |
Draw | 1 | This enumeration item means that InterativeOverlay will still be drawn. |
DoNotDraw | 2 | This enumeration item means that InterativeOverlay will still not be drawn. |