Select to view content in your preferred language

Hide "Copyright Tracker Powered by Esri" at bottom in Compose Map

404
5
02-26-2025 01:37 AM
PrashantGaykar
Occasional Contributor

copywirte.png

Hi There,

I am using Compose maps SDK ("com.esri:arcgis-maps-kotlin-toolkit-bom:200.6.0")
As shown in above screenshot the screen is developed in Jetpack Compose along with ArcGIS compose map. The map at the top shows the "Copyright Tracker Powered by Esri". How can we remove/hide it.

 

Tags (2)
0 Kudos
5 Replies
PuneetPrakash
Esri Contributor

Hello, 

That text is shown in the attribution bar. You can set its visibility by setting isAttributionBarVisible
property. 

 

0 Kudos
PuneetPrakash
Esri Contributor

FYI we have this issue https://community.esri.com/t5/kotlin-maps-sdk-questions/compose-mapview-ignores-isattributionbarvisi...

in the current release, the fix for it will be out in the next release.

PrashantGaykar
Occasional Contributor

Thank you @PuneetPrakash 

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

Note if you do choose to remove/hide the Copyright text and Powered by Esri text from the default location within the UI, then you also need to ensure they are still clearly displayed elsewhere in your application - for more info see Esri and data attribution | Documentation | Esri Developer.

Thanks

0 Kudos
PrashantGaykar
Occasional Contributor

Hi @michd we are using MapView at 4-5 places in our app. Does this mean esri attribution text will be shown randomly on any one of the MapView instance even if all of them have disabled the attribution bar ?

Can't we decide on which MapView it should get displayed. I mean it would be better for us show it on Full Screen map view we have in app rather than showing it on small map view on our landing screen.

0 Kudos