Wijmo UI for the Web
wijmaps type
wijmo.maps Namespace : wijmaps type
Syntax
$(function () {
    var options; // Type:  wijmo.maps.wijmaps.options
     
    $(".selector").wijmaps(options);
});
function wijmaps;
Inheritance Hierarchy

Object
      wijmo.maps.wijmaps

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodRemoves the wijmaps functionality completely. This will return the element back to its pre-init state.  
public MethodCalculate the distance between two points.  
public MethodConvert the point from geographic unit (longitude and latitude) to screen unit (pixel).  
public MethodConvert the point from logic unit (percentage) to screen unit (pixel).  
public MethodRefresh the map layers. Usually used when the items of the layer data changed.  
public MethodConvert the point from screen unit (pixel) to geographic unit (longitude and latitude).  
public MethodConvert the point from screen unit (pixel) to logic unit (percentage).  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.maps Namespace