ArcGIS Map server options

I know of 2 Map imagery options
//services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer
//services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer

Both are useful. Are there any other options that don’t need code change? (ie only changing the URL in the Cesium.ArcGisMapServerImageryProvider call)

Also, for the World_Imagery/MapServer option that looks like more of a satellite imagery, is there an option for adding city and street labels and country and state borders? I’m just getting something like this . . .

where as the World Street Map option has all those labels . . .

As a beginner I’m not sure if Cesium supports vector tile layer. But you can try it by adding external vector tile layer like Openlayer. Have a look these examples: link1 link2.

Look into planet.com. They are also providing Imagery Layer Url for labels only. However you can signup there free to give it a try.

Regards,