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

// Parameters
var position; // Type:  IPoint

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

Parameters

position
The point to convert, in logic unit.

Return Value

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

Reference

ICoordConverter Interface