| Package | com.afcomponents.umap.interfaces |
| Interface | public interface IGridLayer |
| Implementors | GridLayer |
| Method | Defined by | ||
|---|---|---|---|
|
setViewport(width:uint = 0, height:uint = 0):void
| IGridLayer | ||
|
updatePosition(latlng:LatLng, force:Boolean = false):void
| IGridLayer | ||
| setViewport | () | method |
public function setViewport(width:uint = 0, height:uint = 0):voidParameters
width:uint (default = 0) |
|
height:uint (default = 0) |
| updatePosition | () | method |
public function updatePosition(latlng:LatLng, force:Boolean = false):voidParameters
latlng:LatLng |
|
force:Boolean (default = false) |