getMapBackground method

int? getMapBackground()

@return the map background color of this RenderTheme.

Implementation

int? getMapBackground() {
  return this.mapBackground;
}