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

The function to be called when request the data.

Syntax
var instance; // Type: wijmo.maps.IItemsLayerOptions;
var value; // Type: any
value = instance.request;
var request : any;
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

IItemsLayerOptions Interface