Packagecom.mapquest
Classpublic class NarrativeType
InheritanceNarrativeType Inheritance MQType

Constants to specify the type of route wanted.



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

Constructs a new NarrativeType object.

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

Returns
String
intValue()method 
public override function intValue():int

Gets the integer value of this type.

Returns
int — The integer of value of this type.