Wijmo UI for the Web
wijlayer type
wijmo.maps Namespace : wijlayer type
Syntax
$(function () {
    var options; // Type:  wijmo.menu.IFocusEventArgs
     
    $(".selector").wijlayer(options);
});
function wijlayer;
Inheritance Hierarchy

Object
      wijmo.maps.wijlayer
         wijmo.maps.wijitemslayer
         wijmo.maps.wijvirtuallayer

Constructors
 NameDescription
public Constructor  
Top
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

wijmo.maps Namespace