SetMapZoomDataLevel
DocsSetMapZoomDataLevel(index, zoomScale, zoomSpeed, scrollSpeed, tilesX, tilesY)Description
Sets values to the zoom level data by index.
Parameters
| Name | Type | Description |
|---|---|---|
index | int | Zoom level index. |
zoomScale | float | fZoomScale value. |
zoomSpeed | float | fZoomSpeed value. |
scrollSpeed | float | fScrollSpeed value. |
tilesX | float | vTiles X. |
tilesY | float | vTiles Y. |
Returns
voidThis native does not return a value.