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);
});
See Also