$(function () { var options; // Type: wijmo.maps.wijmultiscaleimage.options $(".selector").wijmultiscaleimage(options); });
function wijmultiscaleimage() : any;
Allow displaying of multi-resolution image that can be panned across or zoomed in
on.
$(function () { var options; // Type: wijmo.maps.wijmultiscaleimage.options $(".selector").wijmultiscaleimage(options); });
function wijmultiscaleimage() : any;
Name | Description | |
---|---|---|
center | The current center of the layer, in geographic unit. |
|
source | 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. |
|
zoom | Default value: 3 The current zoom level of the layer. |
Name | Description | |
---|---|---|
destroy | Removes the wijmultiscaleimage functionality completely. This will return the element back to its pre-init state. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |