Wijmo UI for the Web
converter Option
wijmo.maps.wijvirtuallayer Namespace > options type : converter Option

Type: wijmo.maps.ICoordConverter

The converter used to convert the coordinates in geograhic unit (longitude and latitude), logic unit(percentage) and screen unit (pixel).

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.maps.ICoordConverter
    returnsValue = $(".selector").wijvirtuallayer("option", "converter");
    
    // Set value
    var newValue; // Type:  wijmo.maps.ICoordConverter
    $(".selector").wijvirtuallayer("option", "converter", newValue);
        
});
var converter : ICoordConverter;
See Also

Reference

options type
wijvirtuallayer jQuery Widget