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

Parameters

position
The point to convert.
See Also

Reference

wijmaps type
wijmaps jQuery Widget