Property | Defined By | ||
---|---|---|---|
center : LngLat [read-only] | MapStatus | ||
size : Size [read-only] | MapStatus | ||
zoom : int [read-only] | MapStatus |
Property | Defined By | ||
---|---|---|---|
_center : LngLat | MapStatus | ||
_size : Size | MapStatus | ||
_zoom : int | MapStatus |
Method | Defined By | ||
---|---|---|---|
MapStatus | |||
MapStatus |
_center | property |
protected var _center:LngLat
_size | property |
protected var _size:Size
_zoom | property |
protected var _zoom:int
center | property |
size | property |
zoom | property |
zoom:int
[read-only] public function get zoom():int
MapStatus | () | Constructor |
public function MapStatus(center:LngLat, zoom:int, size:Size)
center:LngLat | |
zoom:int | |
size:Size |
equilt | () | method |