| Package | com.mapquest |
| Class | public class CoordinateType |
| Inheritance | CoordinateType MQType |
| Method | Defined by | ||
|---|---|---|---|
|
CoordinateType(val:int)
Constructs a new CoordinateType object.
| CoordinateType | ||
![]() |
equals(type:*):Boolean
Checks the equality of the values of two MQType objects.
| MQType | |
|
getClassName():String
| CoordinateType | ||
|
getObjectVersion():Number
Returns the version of this class.
| CoordinateType | ||
|
intValue():int
Gets the integer value of this type.
| CoordinateType | ||
| CoordinateType | () | constructor |
public function CoordinateType(val:int)Constructs a new CoordinateType object.
Parametersval:int |
| getClassName | () | method |
public override function getClassName():StringReturns
String — The text name of this class.
|
| getObjectVersion | () | method |
public function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| intValue | () | method |
public override function intValue():intGets the integer value of this type.
Returnsint — The integer of value of this type.
|