getMapBackground method
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;
}
Returns the background color for the map area.
Returns null if no background color is defined. Color is in ARGB format.
int? getMapBackground() {
return mapBackground;
}