Wijmo UI for the Web
zoomChanged Event
wijmo.maps.wijmaps Namespace > options type : zoomChanged Event
A jQuery Event object.
The data contains zoom relates to this event.
This is a callback function called after the zoom of the wijmaps changed.
Syntax
$(function () {
    // Set zoomChanged event handler function
    $(".selector").wijmaps({
        zoomChanged : function (event, data) {
     
        }
    });
});
zoomChanged = function ( 
   event : jQuery.Event,
   data : IZoomChangedEventData
) { };

Parameters

event
A jQuery Event object.
data
The data contains zoom relates to this event.
See Also

Reference

options type
wijmaps jQuery Widget