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

Object
   wijmo.maps.wijlayer
      wijmo.maps.wijvirtuallayer

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodCalled when the wijmaps begins to update the layer status.  
public MethodRemoves the wijvirtuallayer functionality completely. This will return the element back to its pre-init state.  
public MethodCalled when the wijmaps ends update the layer status. The layer will be updated after this function called.  
public MethodForce to request the data to get the newest one.  
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