Added setBackground

This commit is contained in:
mapsjs
2013-10-17 11:04:10 -04:00
parent b1179617ff
commit 147d7a1339

6
mapsjs/mapsjs.d.ts vendored
View File

@@ -2611,6 +2611,12 @@ declare module 'mapsjs' {
* @param {number} cem The content extent margin in pixels.
*/
setContentExtentsMarginInPixels(cem: number): void;
/**
* Sets the background color of the map using a css color string
* @param {number} b- a css color string
*/
setBackground(b: string): void;
}
}