Wijmo UI for the Web
request Field
wijmo.maps Namespace > IVirualLayerOptions Interface : request Field

The function to be called when request the data.

Syntax
var instance; // Type: wijmo.maps.IVirualLayerOptions;
var value; // Type: any
value = instance.request;
var request : any;
Remarks
<p>The virtual layer request the items to be drawn when the slice need be redrawn. 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

IVirualLayerOptions Interface