wijmo.maps.wijitemslayer 名前空間 > options タイプ : 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) | |
---|---|
|