Hello,
I am trying to figure out how to add labels to a feature layer in my ArcGISAndroid mobile application. I have seen labeingInfo(), but that as far as I understand that goes to ArcGISDynamicServiceLayer. I have seen featureLayer.setEnableLabels(true) but I cannot find a place where I can specify which field to use for labels and how labels would look like. Can somebody please advice?
I am actually having ArcGISFeatureLayer that I want to label. If there are solutions for that, it would be the best! But understanding how I can label feature layer will be helpful too.
Thanks!