| Package | com.mapquest |
| Class | public class TrekRoute |
| Inheritance | TrekRoute MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new TrekRoute object.
| TrekRoute | ||
|
getClassName():String
Returns the text name of this class.
| TrekRoute | ||
|
getDistance():Number
Returns the total distance for this maneuver.
| TrekRoute | ||
|
Returns the maneuverList collection.
| TrekRoute | ||
|
getObjectVersion():Number
Returns the version of this class.
| TrekRoute | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Returns the shapePoints collection made by appending all the maneuver shape point collections.
| TrekRoute | ||
|
getTime():int
Returns the total time for this maneuver.
| TrekRoute | ||
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| TrekRoute | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| TrekRoute | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| TrekRoute | () | constructor |
public function TrekRoute()Constructs a new TrekRoute object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getDistance | () | method |
public function getDistance():NumberReturns the total distance for this maneuver.
ReturnsNumber — The total distance for this maneuver.
|
| getManeuvers | () | method |
public function getManeuvers():ManeuverCollectionReturns the maneuverList collection.
ReturnsManeuverCollection —
The maneuverList collection.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getShapePoints | () | method |
public function getShapePoints():LatLngCollectionReturns the shapePoints collection made by appending all the maneuver shape point collections.
ReturnsLatLngCollection —
The shapePoints collection.
|
| getTime | () | method |
public function getTime():intReturns the total time for this maneuver.
Returnsint — The total time for this maneuver.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild xml that represents this object.
ReturnsXML — The xml.
|