Wijmo UI for the Web
source Option
wijmo.maps.wijmultiscaleimage Namespace > options type : source Option

Type: wijmo.maps.IMultiScaleTileSource

The source of the wijmaps tile layer. Wijmaps provides some built in sources: <ul> <li>wijmo.maps.MapSources.bingMapsRoadSource</li> <li>wijmo.maps.MapSources.bingMapsAerialSource</li> <li>wijmo.maps.MapSources.bingMapsHybridSource</li> </ul> Set to null if want to hide the tile layer.<br> Set to a new object if want to use another map tile server.

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

Reference

options type
wijmultiscaleimage jQuery Widget