Skip to content

InteractiveOverlayDrawType

Namespace: ThinkGeo.UI.Android

This enumeration specifies the mode to draw the InteractiveOverlay when doing interactive actions with InteractiveOverlay.

public enum InteractiveOverlayDrawType

Inheritance ObjectValueTypeEnumInteractiveOverlayDrawType
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 Default value of the enumeration, the same as DoNotDraw.
Draw 1 This enumeration item means that InteractiveOverlay will still be drawn.
DoNotDraw 2 This enumeration item means that InteractiveOverlay will still not be drawn.