Wijmo UI for the Web
logicToView Method
wijmo.maps Namespace > wijmaps type : logicToView Method
The point to convert.
Convert the point from logic unit (percentage) to screen unit (pixel).
Syntax
$(function () {
    var returnsValue; // Type:  wijmo.maps.IPoint
    // Parameters
    var position; // Type:  IPoint
    
    returnsValue = $(".selector").wijmaps("logicToView", position);
});
function logicToView( 
   position : IPoint
) : IPoint;

Parameters

position
The point to convert.
See Also

Reference

wijmaps type
wijmaps jQuery Widget