| Package | com.mapquest |
| Class | public class Maneuver |
| Inheritance | Maneuver MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Maneuver()
Constructs a new Maneuver object.
| Maneuver | ||
|
getAttributes():int
Get the attributes associated with this maneuver.
| Maneuver | ||
|
getClassName():String
Returns the text name of this class.
| Maneuver | ||
|
getDirection():int
Returns an integer representing the direction for this Maneuver.
| Maneuver | ||
|
getDirectionName():String
Returns a string representing the direction for this Maneuver.
| Maneuver | ||
|
getDistance():Number
Returns the distance of this Maneuver.
| Maneuver | ||
|
Returns the m_GEFIDs collection.
| Maneuver | ||
|
getNarrative():String
Returns a string representing the narrative for this Maneuver.
| Maneuver | ||
|
getObjectVersion():Number
Returns the version of this class.
| Maneuver | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Returns the m_ShapePoints collection.
| Maneuver | ||
|
Returns the m_Signs collection.
| Maneuver | ||
|
Returns the m_Streets collection.
| Maneuver | ||
|
getTime():int
Returns the seconds to travel this Maneuver.
| Maneuver | ||
|
getTurnType():int
Returns the turn type of this Maneuver.
| Maneuver | ||
![]() |
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.
| Maneuver | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| Maneuver | ||
|
setAttributes(attributes:int):void
Set the attributes associated with this maneuver.
| Maneuver | ||
|
setDirection(direction:int):void
Sets an integer representing the direction for this Maneuver.
| Maneuver | ||
|
setDistance(distance:Number):void
Sets the distance of this Maneuver.
| Maneuver | ||
|
setGEFIDs(GEFIDs:IntCollection):void
Sets the m_GEFIDs collection.
| Maneuver | ||
|
setNarrative(narrative:String):void
Sets a string representing the narrative for this Maneuver.
| Maneuver | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setShapePoints(shapePoints:LatLngCollection):void
Sets the m_ShapePoints collection.
| Maneuver | ||
|
setSigns(signs:SignCollection):void
Sets the m_Signs collection.
| Maneuver | ||
|
setStreets(streets:StringCollection):void
Sets the m_Streets collection.
| Maneuver | ||
|
setTime(seconds:int):void
Sets the seconds to travel this Maneuver.
| Maneuver | ||
|
setTurnType(type:int):void
Sets the turn type of this Maneuver.
| Maneuver | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| Maneuver | () | constructor |
public function Maneuver()Constructs a new Maneuver object.
| getAttributes | () | method |
public function getAttributes():intGet the attributes associated with this maneuver.
Returnsint — The attributes associated with this maneuver.
|
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getDirection | () | method |
public function getDirection():intReturns an integer representing the direction for this Maneuver.
Returnsint — The integer representing the direction for this Maneuver.
|
| getDirectionName | () | method |
public function getDirectionName():StringReturns a string representing the direction for this Maneuver.
ReturnsString — The string representing the direction for this Maneuver.
|
| getDistance | () | method |
public function getDistance():NumberReturns the distance of this Maneuver.
ReturnsNumber — The distance of this Maneuver.
|
| getGEFIDs | () | method |
public function getGEFIDs():IntCollectionReturns the m_GEFIDs collection.
ReturnsIntCollection —
The m_GEFIDs collection.
|
| getNarrative | () | method |
public function getNarrative():StringReturns a string representing the narrative for this Maneuver.
ReturnsString |
| 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 m_ShapePoints collection.
ReturnsLatLngCollection —
The m_ShapePoints collection.
|
| getSigns | () | method |
public function getSigns():SignCollectionReturns the m_Signs collection.
ReturnsSignCollection —
The m_Signs collection.
|
| getStreets | () | method |
public function getStreets():StringCollectionReturns the m_Streets collection.
ReturnsStringCollection —
The m_Streets collection.
|
| getTime | () | method |
public function getTime():intReturns the seconds to travel this Maneuver.
Returnsint — The seconds to travel this Maneuver.
|
| getTurnType | () | method |
public function getTurnType():intReturns the turn type of this Maneuver.
Returnsint — The turn type of 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.
|
| setAttributes | () | method |
public function setAttributes(attributes:int):voidSet the attributes associated with this maneuver.
Parametersattributes:int — attributes attributes associated with this maneuver.
|
| setDirection | () | method |
public function setDirection(direction:int):voidSets an integer representing the direction for this Maneuver.
Parametersdirection:int — direction The direction for this Maneuver
|
| setDistance | () | method |
public function setDistance(distance:Number):voidSets the distance of this Maneuver.
Parametersdistance:Number — distance The distance
|
| setGEFIDs | () | method |
public function setGEFIDs(GEFIDs:IntCollection):voidSets the m_GEFIDs collection.
ParametersGEFIDs:IntCollection — The collection to set m_GEFIDs to.
|
| setNarrative | () | method |
public function setNarrative(narrative:String):voidSets a string representing the narrative for this Maneuver.
Parametersnarrative:String — narrative a string representing the narrative for this Maneuver
|
| setShapePoints | () | method |
public function setShapePoints(shapePoints:LatLngCollection):voidSets the m_ShapePoints collection.
ParametersshapePoints:LatLngCollection — The collection to set m_ShapePoints to.
|
| setSigns | () | method |
public function setSigns(signs:SignCollection):voidSets the m_Signs collection.
Parameterssigns:SignCollection — The collection to set m_Signs to.
|
| setStreets | () | method |
public function setStreets(streets:StringCollection):voidSets the m_Streets collection.
Parametersstreets:StringCollection — streets The collection to set m_Streets to.
|
| setTime | () | method |
public function setTime(seconds:int):voidSets the seconds to travel this Maneuver.
Parametersseconds:int — seconds The seconds to travel this Maneuver.
|
| setTurnType | () | method |
public function setTurnType(type:int):voidSets the turn type of this Maneuver.
Parameterstype:int — type that is a valid turn type
Valid types are the constants starting with K_
|