Wijmo UI for the Web
wijlayer jQuery Widget
Objects that include one or more items to be displayed on the map.
Syntax
$(function () {
    var options; // Type:  wijmo.menu.IFocusEventArgs
     
    $(".selector").wijlayer(options);
});
function wijlayer() : any;
Methods
 NameDescription
public MethodCalled when the wijmaps begins to update the layer status.  
public Method  
public MethodCalled when the wijmaps ends update the layer status. The layer will be updated after this function called.  
public MethodRefresh the layer. Usually used if want to apply the new data to the layer.  
public MethodUpdate the layer, redraw the layer if needed. It's called when the center and zoom changed.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijlayer jQuery Widget