Wijmo UI for the Web
getViewCenter Method
wijmo.maps Namespace > ICoordConverter Interface : getViewCenter Method
Gets the center of the map viewport. returns {IPoint} The center of the map view port, in screen unit (pixel).
Syntax
var instance; // Type: wijmo.maps.ICoordConverter;
var value; // Type: IPoint
value = instance.getViewCenter();
function getViewCenter() : IPoint;
See Also

Reference

ICoordConverter Interface