Attributing your application
Attribution
Esri requires that you attribute Esri in your ArcGIS Android application.
Esri's attribution guidelines include:
- Attribution of the ArcGIS Runtime API for Android - About or Credit Screens must include the following text with hyperlink: "Mapping API provided by Esri ArcGIS Runtime API for Android"
- Attribution of Map Data - All map data used in an application must be attributed in about or credit screens using the "Copyright Text" section of the REST endpoints being used. Example: ESRI_Imagery_World_2D service must use "Copyright:© 2009 ESRI, i-cubed, GeoEye"
- Esri Logo - If you application uses data being served by Esri through ArcGIS Online, a logo on the map is required. This is done through the API call below:
MapView.setEsriLogoVisible(true);
1/24/2013