Wijmo UI for the Web
viewToGeographic Method
wijmo.maps Namespace > ICoordConverter Interface : viewToGeographic Method
The point to convert, in screen unit.
Convert the point coordinates from screen unit (pixel) to geographic unit (longitude and latitude).
Syntax
var instance; // Type: wijmo.maps.ICoordConverter;
var value; // Type: IPoint

// Parameters
var position; // Type:  IPoint

value = instance.viewToGeographic(position);
function viewToGeographic( 
   position : IPoint
) : IPoint;

Parameters

position
The point to convert, in screen unit.

Return Value

The new point after converted, in geographic unit.
See Also

Reference

ICoordConverter Interface