I want to add a Bathymetry image on a mapView in my project but i am trying to add using this method ArcGISTiledLayer(bathymetry link https://maps.marine.ie/arcgis/rest/services/Infomar/All_Bathymetry/Ima) but it throw this exception Invalid request response
Here is Url of Webmap url to see the layer https://www.arcgis.com/home/webmap/viewer.html?url=https://maps.marine.ie/arcgis/rest/services/Infom...
Service https://maps.marine.ie/arcgis/rest/services/Infomar/All_Bathymetry/ImageServer is an ImageServer endpoint, which means you should use API types:
For more info see Add raster data | ArcGIS Maps SDK for Kotlin | ArcGIS Developers
Thanks