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

Reference

ICoordConverter Interface