Wijmo UI for the Web
getViewSize Method
wijmo.maps Namespace > ICoordConverter Interface : getViewSize Method
Gets the size of the map viewport.
Syntax
var instance; // Type: wijmo.maps.ICoordConverter;
var value; // Type: ISize
value = instance.getViewSize();
function getViewSize() : ISize;

Return Value

The size of the map viewport, in screen unit (pixel).
See Also

Reference

ICoordConverter Interface