ui.Map.CloudStorageLayer.setMaxZoom

Sets the maximum zoom level for tiles. When the user zooms in beyond this level, the parent tile at this level will be fetched and zoomed on the client.

Returns this map layer.

UsageReturns
CloudStorageLayer.setMaxZoom(maxZoom)ui.Map.CloudStorageLayer
ArgumentTypeDetails
this: ui.map.cloudstoragelayerui.Map.CloudStorageLayerThe ui.Map.CloudStorageLayer instance.
maxZoomNumberThe maximum zoom level with tiles.