getMapBackground method

int? getMapBackground()

Returns the background color for the map area.

Returns null if no background color is defined. Color is in ARGB format.

Implementation

int? getMapBackground() {
  return mapBackground;
}