Hi, we use AGSArcGISVectorTiledLayer to display vector tiles.
Before adding the layer to the operationalLayers list, we set min- and maxScale on the layer instance, since we do not want to show these data before layer 12.
Investigating a server proxy logs, we do see that the app tries to fetch data from the upper levels:
GET server:port/service/layer/tile/5/6/7.pbf
GET server:port/service/layer/tile/4/3/3.pbf
GET server:port/service/layer/tile/3/1/1.pbf
GET server:port/service/layer/tile/2/0/0.pbf
GET server:port/service/layer/tile/1/0/0.pbf
We add these layers to the map after a successfull map.load on the latest 100.12.0 runtime. Even though the server do return data for these top levels, nothing is rendered in map (as expected).