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