| Package | com.mapquest |
| Class | public class BestFitLL |
| Inheritance | BestFitLL MapCommand MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new BestFitLL object.
| BestFitLL | ||
|
getClassName():String
Returns the text name of this class.
| BestFitLL | ||
|
getKeepCenter():Boolean
Gets the KeepCenter flag
| BestFitLL | ||
|
Returns the m_LatLng collection.
| BestFitLL | ||
|
getObjectVersion():Number
Returns the version of this class.
| BestFitLL | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getScaleAdjustmentFactor():Number
Returns the ScaleAdjustmentFactor of this object.
| BestFitLL | ||
|
getSnapToZoomLevel():Boolean
Gets the SnapToZoomLevel flag
| BestFitLL | ||
![]() |
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.
| BestFitLL | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build an xml that represents this object.
| BestFitLL | ||
![]() |
Sets the m_Col object.
| MapCommand | |
|
setKeepCenter(bFlag:Boolean):void
Sets the KeepCenter flag.
| BestFitLL | ||
|
setLatLngs(col:LatLngCollection):void
Sets the m_LatLng collection.
| BestFitLL | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setScaleAdjustmentFactor(val:Number):void
Sets the ScaleAdjustmentFactor of this object.
| BestFitLL | ||
|
setSnapToZoomLevel(bFlag:Boolean):void
Sets the SnapToZoomLevel flag.
| BestFitLL | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| BestFitLL | () | constructor |
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getKeepCenter | () | method |
public function getKeepCenter():BooleanGets the KeepCenter flag
ReturnsBoolean — true if a KeepCenter = 1, false otherwise.
|
| getLatLngs | () | method |
public function getLatLngs():LatLngCollectionReturns the m_LatLng collection.
ReturnsLatLngCollection —
The m_LatLng collection.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getScaleAdjustmentFactor | () | method |
public function getScaleAdjustmentFactor():NumberReturns the ScaleAdjustmentFactor of this object.
ReturnsNumber — The new ScaleAdjustmentFactor of this object.
|
| getSnapToZoomLevel | () | method |
public function getSnapToZoomLevel():BooleanGets the SnapToZoomLevel flag
ReturnsBoolean — true if a SnapToZoomLevel = 1, 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 an xml that represents this object.
ReturnsXML — The xml
|
| setKeepCenter | () | method |
public function setKeepCenter(bFlag:Boolean):voidSets the KeepCenter flag.
ParametersbFlag:Boolean — bFlag The KeepCenter flag
|
| setLatLngs | () | method |
public function setLatLngs(col:LatLngCollection):voidSets the m_LatLng collection.
Parameterscol:LatLngCollection — col The collection to set m_LatLng to.
|
| setScaleAdjustmentFactor | () | method |
public function setScaleAdjustmentFactor(val:Number):voidSets the ScaleAdjustmentFactor of this object.
Parametersval:Number — The new ScaleAdjustmentFactor of this object.
|
| setSnapToZoomLevel | () | method |
public function setSnapToZoomLevel(bFlag:Boolean):voidSets the SnapToZoomLevel flag.
ParametersbFlag:Boolean — bFlag The SnapToZoomLevel flag
|