The target zoom of the wijmaps to scale.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijmaps("option", "targetZoom");
// Set value
var newValue; // Type: number
$(".selector").wijmaps("option", "targetZoom", newValue);
});
See Also