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

Default value: ""

The bing mpas key of the bing maps source.

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

Reference

options type
wijmaps jQuery Widget