How to display labels on a FeatureLayer using ArcGIS Android 10.2.6 API

المشرف العام

Administrator
طاقم الإدارة
I am trying to display labels for a featurelayer generated from offline shapefile read from SD Card. Android version is 4.2, API is ArcGIS Android 10.2.6.

Here is the code for the FeatureLayer:

ShapefileFeatureTable shapefileFeatureTable = new ShapefileFeatureTable(myShapeFilePath.toString()); FeatureLayer featureLayer = new FeatureLayer(shapefileFeatureTable);I have looked at the ArcGIS Android 10.2.6 API documentation and the samples on Github but they seem to be for online services.

The features represents houses, which have a street number that I would like to display.



أكثر...
 
أعلى