Wijmo UI for the Web
zoom Option
wijmo.maps.wijvirtuallayer Namespace > options type : zoom Option

The current zoom of the layer.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijvirtuallayer("option", "zoom");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijvirtuallayer("option", "zoom", newValue);
        
});
var zoom : number;
See Also

Reference

options type
wijvirtuallayer jQuery Widget