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

Type: wijmo.maps.IPoint

The targer center of the wijmaps to translate.

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

Reference

options type
wijmaps jQuery Widget