Wijmo UI for the Web
ICoordConverter Interface
wijmo.maps Namespace : ICoordConverter Interface
The converter to convert the coordinates in geographic unit (longitude and latitude), logic unit(percentage) and screen unit (pixel).
Fields
 NameDescription
 Field

Type: wijmo.maps.IPoint

The current center of the map, in geographic unit.

 
 Field

The jQuery object that represents the wijmaps element.

 
 Field

The height of the tile, in pixel.

 
 Field

The width of the tile, in pixel.

 
 Field

The current zoom of the map.

 
Top
Methods
 NameDescription
 MethodCalculate the distance between two points.  
 MethodConvert the point coordinates from geographic unit (longitude and latitude) to logic unit (percentage).  
 MethodConvert the point coordinates from geographic unit (longitude and latitude) to screen unit (pixel).  
 MethodGets the size of the full map in current zoom level.  
 MethodGets the center of the map viewport. returns {IPoint} The center of the map view port, in logic unit (percentage).  
 MethodGets the size of the map viewport. returns {ISize} The size of the map viewport, in logic unit (percentage).  
 MethodGets the center of the map viewport. returns {IPoint} The center of the map view port, in screen unit (pixel).  
 MethodGets the size of the map viewport.  
 MethodConvert the point coordinates from logic unit (percentage) to geographic unit (longitude and latitude).  
 MethodConvert the point coordinates from logic unit (percentage) to screen unit (pixel).  
 MethodConvert the point coordinates from screen unit (pixel) to geographic unit (longitude and latitude).  
 MethodConvert the point coordinates from screen unit (pixel) to logic unit (percentage).  
Top
See Also

Reference

wijmo.maps Namespace