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

Parameters

position
The point to convert.
See Also

Reference

wijmaps type
wijmaps jQuery Widget