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

Default value: 'bingMapsRoadSource'

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

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

Reference

options type
wijmaps jQuery Widget