| wijmo.maps.wijmaps 名前空間 > options タイプ : targetCenter オプション |
平行移動するwijmapsのターゲット中心。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: wijmo.maps.IPoint returnsValue = $(".selector").wijmaps("option", "targetCenter"); //値を設定します var newValue; //タイプ: wijmo.maps.IPoint $(".selector").wijmaps("option", "targetCenter", newValue); }); | |
| Javascript (Specification) | |
|---|---|
var targetCenter : IPoint; | |