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

Parameters

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

Reference

options type
wijmaps jQuery Widget