setZoom method

void setZoom(
  1. int zoom
)

set the zoom of the map

Implementation

void setZoom(int zoom) {
  _sendData('setZoom',{'zoom':zoom});
}