| Package | com.mapquest |
| Class | public class RouteOptions |
| Inheritance | RouteOptions MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
| RouteOptions | |||
|
Returns the m_AutoRouteCovSwitch object.
| RouteOptions | ||
|
Returns the m_AvoidAbsGefIdList collection.
| RouteOptions | ||
|
Returns the m_AvoidAttrList collection.
| RouteOptions | ||
|
Returns the m_AvoidGefIdList collection.
| RouteOptions | ||
|
getClassName():String
Returns the text name of this class.
| RouteOptions | ||
|
getCountryBoundaryDisplay():Boolean
Gets the country boundary display flag
| RouteOptions | ||
|
getCoverageName():String
Returns the coverage name of the routing data to use
takes precedence over CovSwitcher.
| RouteOptions | ||
|
Returns the m_DistanceUnits object.
| RouteOptions | ||
|
getLanguage():String
Returns the language set for this RouteOptions object.
| RouteOptions | ||
|
getMaxGEFIDsPerManeuver():Number
Returns the maximum number of GEFIDs for the route options.
| RouteOptions | ||
|
getMaxShapePointsPerManeuver():Number
Returns the maximum number of shape points for the route options.
| RouteOptions | ||
|
Returns the m_NarrativeType object.
| RouteOptions | ||
|
getObjectVersion():Number
Returns the version of this class.
| RouteOptions | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Returns the m_RouteType object.
| RouteOptions | ||
|
getStateBoundaryDisplay():Boolean
Gets the state boundary display flag
| RouteOptions | ||
![]() |
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.
| RouteOptions | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| RouteOptions | ||
|
setAutoRouteCovSwitch(autoRouteCovSwitch:AutoRouteCovSwitch):void
Sets the m_AutoRouteCovSwitch collection.
| RouteOptions | ||
|
setAvoidAbsGefIdList(avoidAbsGefIdList:IntCollection):void
Sets the m_AvoidAbsGefIdList collection.
| RouteOptions | ||
|
setAvoidAttrList(avoidAttrList:StringCollection):void
Sets the m_AvoidAttrList collection.
| RouteOptions | ||
|
setAvoidGefIdList(avoidGefIdList:IntCollection):void
Sets the m_AvoidGefIdList collection.
| RouteOptions | ||
|
setCountryBoundaryDisplay(bFlag:Boolean):void
Sets the country boundary display flag.
| RouteOptions | ||
|
setCoverageName(newCoverageName:String):void
Set the coverage name of the routing data to
use takes precedence over CovSwitcher.
| RouteOptions | ||
|
setDistanceUnits(distanceUnits:DistanceUnits):void
Sets the m_DistanceUnits collection.
| RouteOptions | ||
|
setLanguage(strLanguage:String):void
Sets the language for the server to use on a route narrative.
| RouteOptions | ||
|
setMaxGEFIDsPerManeuver(nCount:int):void
Sets the maximum number of GEFIDs for the server to
return from the route.
| RouteOptions | ||
|
setMaxShapePointsPerManeuver(nCount:int):void
Sets the maximum number of shape points for the server to
return from the route.
| RouteOptions | ||
|
setNarrativeType(narrativeType:NarrativeType):void
Sets the m_NarrativeType collection.
| RouteOptions | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setRouteType(routeType:RouteType):void
Sets the m_RouteType collection.
| RouteOptions | ||
|
setStateBoundaryDisplay(bFlag:Boolean):void
Sets the state boundary display flag.
| RouteOptions | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| RouteOptions | () | constructor |
public function RouteOptions()
| getAutoRouteCovSwitch | () | method |
public function getAutoRouteCovSwitch():AutoRouteCovSwitchReturns the m_AutoRouteCovSwitch object.
ReturnsAutoRouteCovSwitch —
The m_AutoRouteCovSwitch object.
|
| getAvoidAbsGefIdList | () | method |
public function getAvoidAbsGefIdList():IntCollectionReturns the m_AvoidAbsGefIdList collection.
ReturnsIntCollection —
The m_AvoidAbsGefIdList collection.
|
| getAvoidAttrList | () | method |
public function getAvoidAttrList():StringCollectionReturns the m_AvoidAttrList collection.
ReturnsStringCollection —
The m_AvoidAttrList collection.
|
| getAvoidGefIdList | () | method |
public function getAvoidGefIdList():IntCollectionReturns the m_AvoidGefIdList collection.
ReturnsIntCollection —
The m_AvoidGefIdList collection.
|
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getCountryBoundaryDisplay | () | method |
public function getCountryBoundaryDisplay():BooleanGets the country boundary display flag
ReturnsBoolean — true if a country boundary text should be displayed, false otherwise.
|
| getCoverageName | () | method |
public function getCoverageName():StringReturns the coverage name of the routing data to use takes precedence over CovSwitcher.
ReturnsString — The coverage name
|
| getDistanceUnits | () | method |
public function getDistanceUnits():DistanceUnitsReturns the m_DistanceUnits object.
ReturnsDistanceUnits —
The m_DistanceUnits object.
|
| getLanguage | () | method |
public function getLanguage():StringReturns the language set for this RouteOptions object.
ReturnsString — The language set
|
| getMaxGEFIDsPerManeuver | () | method |
public function getMaxGEFIDsPerManeuver():NumberReturns the maximum number of GEFIDs for the route options.
ReturnsNumber — The maximum number of GEFIDs
|
| getMaxShapePointsPerManeuver | () | method |
public function getMaxShapePointsPerManeuver():NumberReturns the maximum number of shape points for the route options.
ReturnsNumber — The maximum number of shape points
|
| getNarrativeType | () | method |
public function getNarrativeType():NarrativeTypeReturns the m_NarrativeType object.
ReturnsNarrativeType —
The m_NarrativeType object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getRouteType | () | method |
public function getRouteType():RouteTypeReturns the m_RouteType object.
ReturnsRouteType —
The m_RouteType object.
|
| getStateBoundaryDisplay | () | method |
public function getStateBoundaryDisplay():BooleanGets the state boundary display flag
ReturnsBoolean — true if a state boundary text should be displayed, false otherwise.
|
| 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.
|
| setAutoRouteCovSwitch | () | method |
public function setAutoRouteCovSwitch(autoRouteCovSwitch:AutoRouteCovSwitch):voidSets the m_AutoRouteCovSwitch collection.
ParametersautoRouteCovSwitch:AutoRouteCovSwitch — autoRouteCovSwitch The object to set m_AutoRouteCovSwitch to.
|
| setAvoidAbsGefIdList | () | method |
public function setAvoidAbsGefIdList(avoidAbsGefIdList:IntCollection):voidSets the m_AvoidAbsGefIdList collection.
ParametersavoidAbsGefIdList:IntCollection — AvoidAbsGefIdList The collection to set m_AvoidAbsGefIdList to.
|
| setAvoidAttrList | () | method |
public function setAvoidAttrList(avoidAttrList:StringCollection):voidSets the m_AvoidAttrList collection.
ParametersavoidAttrList:StringCollection — AvoidAttrList The collection to set m_AvoidAttrList to.
|
| setAvoidGefIdList | () | method |
public function setAvoidGefIdList(avoidGefIdList:IntCollection):voidSets the m_AvoidGefIdList collection.
ParametersavoidGefIdList:IntCollection — AvoidGefIdList The collection to set m_AvoidGefIdList to.
|
| setCountryBoundaryDisplay | () | method |
public function setCountryBoundaryDisplay(bFlag:Boolean):voidSets the country boundary display flag.
ParametersbFlag:Boolean — {Boolean} bFlag The country boundary display flag
|
| setCoverageName | () | method |
public function setCoverageName(newCoverageName:String):voidSet the coverage name of the routing data to use takes precedence over CovSwitcher.
ParametersnewCoverageName:String — newCoverageName The coverage name
|
| setDistanceUnits | () | method |
public function setDistanceUnits(distanceUnits:DistanceUnits):voidSets the m_DistanceUnits collection.
ParametersdistanceUnits:DistanceUnits — object to set m_DistanceUnits to.
|
| setLanguage | () | method |
public function setLanguage(strLanguage:String):voidSets the language for the server to use on a route narrative. Valid values for languages are defined by the members of this class starting with the prefix szLanguage_.
ParametersstrLanguage:String — strLanguage containing a valid language
|
| setMaxGEFIDsPerManeuver | () | method |
public function setMaxGEFIDsPerManeuver(nCount:int):voidSets the maximum number of GEFIDs for the server to return from the route. The smaller the number the less data gets returned from the server response on a route.
ParametersnCount:int — nCount with the maximum number of GEFIDs.
|
| setMaxShapePointsPerManeuver | () | method |
public function setMaxShapePointsPerManeuver(nCount:int):voidSets the maximum number of shape points for the server to return from the route. The smaller the number the less data gets returned from the server response on a route.
ParametersnCount:int — nCount with the maximum number of shape points.
|
| setNarrativeType | () | method |
public function setNarrativeType(narrativeType:NarrativeType):voidSets the m_NarrativeType collection.
ParametersnarrativeType:NarrativeType — object to set m_NarrativeType to.
|
| setRouteType | () | method |
public function setRouteType(routeType:RouteType):voidSets the m_RouteType collection.
ParametersrouteType:RouteType — object to set m_RouteType to.
|
| setStateBoundaryDisplay | () | method |
public function setStateBoundaryDisplay(bFlag:Boolean):voidSets the state boundary display flag.
ParametersbFlag:Boolean — bFlag The state boundary display flag
|