Wijmo UI for the Web
getFullMapSize Method
wijmo.maps Namespace > ICoordConverter Interface : getFullMapSize Method
Gets the size of the full map in current zoom level.
Syntax
var instance; // Type: wijmo.maps.ICoordConverter;
var value; // Type: ISize
value = instance.getFullMapSize();
function getFullMapSize() : ISize;

Return Value

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

Reference

ICoordConverter Interface