Wijmo UI for the Web
targetCenterSpeed Option
wijmo.maps.wijmaps Namespace > options type : targetCenterSpeed Option

Default value: 0.3

The speed for translate the wijmaps from current center to target center.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijmaps("option", "targetCenterSpeed");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijmaps("option", "targetCenterSpeed", newValue);
        
});
var targetCenterSpeed : number;
See Also

Reference

options type
wijmaps jQuery Widget