Wijmo UI for the Web
targetZoomSpeed オプション

デフォルト値: 0.3

wijmapsを現在のズームからターゲットズームに拡大/縮小する速度。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: number
    returnsValue = $(".selector").wijmaps("option", "targetZoomSpeed");
    
    //値を設定します
    var newValue; //タイプ: number
    $(".selector").wijmaps("option", "targetZoomSpeed", newValue);
        
});
Javascript (Specification) 
var targetZoomSpeed : number;

関連トピック

参照

options タイプ
wijmaps jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.