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

Type: wijmo.maps.IPoint

The center of wijmaps view port, in geographic unit.

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

Reference

options type
wijmaps jQuery Widget