Packagecom.mapquest
Classpublic class DrawTrigger
InheritanceDrawTrigger Inheritance MQType

Constants for trigger Draw Triggers



Public Methods
 MethodDefined by
  
DrawTrigger(val:int)
Constructs a new DrawTrigger object.
DrawTrigger
 Inherited
equals(type:*):Boolean
Checks the equality of the values of two MQType objects.
MQType
  
getClassName():String
Returns the text name of this class.
DrawTrigger
  
Returns the version of this class.
DrawTrigger
  
intValue():int
Gets the integer value of this type.
DrawTrigger
Constructor detail
DrawTrigger()constructor
public function DrawTrigger(val:int)

Constructs a new DrawTrigger object.

Parameters
val:int
Method detail
getClassName()method
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getObjectVersion()method 
public function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
intValue()method 
public override function intValue():int

Gets the integer value of this type.

Returns
int — The integer of value of this type.