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

Type: wijmo.maps.IPoint

The target center of the layer, in geographic unit.

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

Reference

options type
wijvirtuallayer jQuery Widget