| Method | Defined by | ||
|---|---|---|---|
|
getBestFitMargin():int
| MapInit | ||
| MapInit | |||
|
getMaxZoom():int
| MapInit | ||
|
getMinZoom():int
| MapInit | ||
| MapInit | |||
|
isKeepCenter():Boolean
| MapInit | ||
|
setBestFitMargin(bfm:int):void
| MapInit | ||
|
setBestFitRect(rect:RectLL):void
| MapInit | ||
|
setKeepCenter(bool:Boolean):void
| MapInit | ||
|
setMaxZoom(maxZoom:int):void
| MapInit | ||
|
setMinZoom(minZoom:int):void
| MapInit | ||
| MapInit | |||
|
setZoomRange(minzoom:int, maxzoom:int):void
| MapInit | ||
| getBestFitMargin | () | method |
public function getBestFitMargin():int
Returns
int |
| getBestFitRect | () | method |
| getMaxZoom | () | method |
public function getMaxZoom():int
Returns
int |
| getMinZoom | () | method |
public function getMinZoom():int
Returns
int |
| getSize | () | method |
| isKeepCenter | () | method |
public function isKeepCenter():Boolean
Returns
Boolean |
| setBestFitMargin | () | method |
public function setBestFitMargin(bfm:int):voidParameters
bfm:int |
| setBestFitRect | () | method |
| setKeepCenter | () | method |
public function setKeepCenter(bool:Boolean):voidParameters
bool:Boolean |
| setMaxZoom | () | method |
public function setMaxZoom(maxZoom:int):voidParameters
maxZoom:int |
| setMinZoom | () | method |
public function setMinZoom(minZoom:int):voidParameters
minZoom:int |
| setSize | () | method |
| setZoomRange | () | method |
public function setZoomRange(minzoom:int, maxzoom:int):voidParameters
minzoom:int |
|
maxzoom:int |