I don't suppose you might also be able to direct me to some documentation or tutorial on how I can now make that layer editable to the user or allow them to add features if they choose
MapView map = (MapView) findViewById(R.id.map); ArcGISFeatureLayer featureLayer = new ArcGISFeatureLayer("http://services1.arcgis.com/ZIL9uO234SBBPGL7/arcgis/rest/services/OaklandLandmarkPtsPly/FeatureServer/1", ArcGISFeatureLayer.MODE.ONDEMAND); map.addLayer(featureLayer);
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.