getMapBackgroundOutside method
Returns the background color for areas outside the map bounds.
Returns null if no outside background color is defined. Color is in ARGB format.
Implementation
int? getMapBackgroundOutside() {
return mapBackgroundOutside;
}