Wijmo UI for the Web
layers Option
wijmo.maps.wijmaps Namespace > options type : layers Option

Type: wijmo.maps.ILayerOptions[]

Default value: []

Defines the array of layers append to the wijmaps.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  []
    returnsValue = $(".selector").wijmaps("option", "layers");
    
    // Set value
    var newValue; // Type:  []
    $(".selector").wijmaps("option", "layers", newValue);
        
});
var layers : ;
See Also

Reference

options type
wijmaps jQuery Widget