How can I set the background color for the Map box map before tiles load on a web application?

To set the background color for a Mappls map, you can specify the background Color property during map initialization. This color will be visible while tiles are loading as the user pans.

{
    backgroundColor: '#fff'
}

For more details, you can refer to: mappls-web-maps-js/docs/V3.0/mapProperties.md at main · mappls-api/mappls-web-maps-js · GitHub