getMapBackgroundOutside method

int? getMapBackgroundOutside()

@return the background color that applies to areas outside the map.

Implementation

int? getMapBackgroundOutside() {
  return this.mapBackgroundOutside;
}