$(function () { var options; // Type: wijmo.maps.wijmaps.options $(".selector").wijmaps(options); });
function wijmaps;
$(function () { var options; // Type: wijmo.maps.wijmaps.options $(".selector").wijmaps(options); });
function wijmaps;
Object
wijmo.maps.wijmaps
Name | Description | |
---|---|---|
wijmaps Constructor |
Name | Description | |
---|---|---|
destroy | Removes the wijmaps functionality completely. This will return the element back to its pre-init state. | |
distance | Calculate the distance between two points. | |
geographicToView | Convert the point from geographic unit (longitude and latitude) to screen unit (pixel). | |
logicToView | Convert the point from logic unit (percentage) to screen unit (pixel). | |
refreshLayers | Refresh the map layers. Usually used when the items of the layer data changed. | |
viewToGeographic | Convert the point from screen unit (pixel) to geographic unit (longitude and latitude). | |
viewToLogic | Convert the point from screen unit (pixel) to logic unit (percentage). | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |