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

// Parameters
var position; // Type:  IPoint

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

Parameters

position
The point to convert, in geographic unit.

Return Value

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

Reference

ICoordConverter Interface