maximumZ
The maximum zoom level for a tile overlay.
Declaration
get maximumZ(): number | null;
set maximumZ(maximumZ: number | null);Discussion
The maximumZ value defaults to the maximum zoom level of MapKit JS tiles. The zoom level can go higher and expands the map’s zoom range, if necessary. MapKit JS requests the overlay tiles when the map is below or at this zoom level.
The default value is null.