How can I set the maximum zoom level for a Mappls map in web application?

You can set the maximum zoom level displayed on a Mappls map using the maxZoom property. Valid values range from 5 to 18.

{ 
maxZoom: 15 
}

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