Added setBackground

This commit is contained in:
mapsjs
2013-10-22 16:31:41 -04:00
parent b1179617ff
commit 147d7a1339
+6
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;
}
}