zoom

defines the resolution of map objects displaying

number zoom;

Example

webix.ui({
    //provide your own Google API key
    key:"AIzaSyAi0oVNVO-e603aUY8SILdD4v9bVBkmiTg",
    view:"google-map",
    id:"map",
    zoom:6    
});


Default value:

5 Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript ui library and page of google maps javascript api product.