What are the legal guidelines around building a custom attribution bar?

467
1
06-14-2019 10:13 AM
JeremyBridges
Occasional Contributor

We've noticed that the Quartz Runtime displays an attribution bar by default in the MapView. This does take up quite a bit of real estate, so it would be nice to hide it. But, our users might configure any number of maps that will legally require attribution to be shown. If we created our own, smaller bar to display this attribution (shorter, just in the lower-left corner), what are the legal requirements for this bar and the information it displays?

Reference:

https://developers.arcgis.com/net/latest/uwp/api-reference/html/P_Esri_ArcGISRuntime_UI_Controls_Geo...

https://developers.arcgis.com/net/latest/uwp/api-reference/html/P_Esri_ArcGISRuntime_Mapping_Layer_A...

Tags (2)
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

See this page: https://developers.arcgis.com/terms/attribution/


We provide the ability to turn it off and get the attribution text (which raises the NotifyPropertyChanged event) so you can move it around, but please note the requirements in the link.

0 Kudos