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

Parameters

position
The point to convert.
See Also

Reference

wijmaps type
wijmaps jQuery Widget