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

Reference

ICoordConverter Interface