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);
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.