Wijmo UI for the Web
request Event
wijmo.maps.wijitemslayer Namespace > options type : request Event
The Raphael paper to draw the items.
The function to be called when request the data.
Syntax
$(function () {
    // Set request event handler function
    $(".selector").wijitemslayer({
        request : function (paper) {
     
        }
    });
});
request = function ( 
   paper : RaphaelPaper
) { };

Parameters

paper
The Raphael paper to draw the items.
Remarks
<p>The items layer request the items to be drawn on the first update. If want to refresh the items, call refresh() method if necessary.</p> <p>The items will be arranged to the position based on it's location.</p>
See Also

Reference

options type
wijitemslayer jQuery Widget