Wijmo UI for the Web
type オプション

wijlayerのタイプ。wijmapsでは、ベクターレイヤ、項目レイヤ、仮想レイヤが組み込みでサポートされています。 カスタムレイヤの場合は、typeを"custom"にします。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.