Syntax
$(function () {
var options; // Type: wijmo.menu.IFocusEventArgs
$(".selector").wijlayer(options);
});
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
| beginUpdate | Called when the wijmaps begins to update the layer status. |
| destroy | |
| endUpdate | Called when the wijmaps ends update the layer status. The layer will be updated after this function called. |
| refresh | Refresh the layer. Usually used if want to apply the new data to the layer. |
| update | Update the layer, redraw the layer if needed. It's called when the center and zoom changed. |
| widget | Returns a jQuery object containing the original element or other relevant generated element. |
Top
See Also