in the default Here Map, there is a "Choose View" button in the bottom right corner. This can be seen in many maps, for example here: https://developer.here.com/api-explorer/maps-js/maps/map-at-specified-location
The user has the choice between "Map View" and "Satellite". How can I change the tile type of these two views? For example, how can I change the tile type of the "Map View" to "raster.terrain.xbase"?
Currently I can set the Tile Type to xbase when I init the map, but when the user switches views the tile type gets overriden with the default.