Greetings,
I have a CSV file in the following form:
Name,Latitude,Longitude
VS01,2153797.44782777,-10702155.84486526
VS02,2157776.89764107,-10702274.58364621
I have generated the corresponding shape file and used a ShapefileFeatureTable and FeatureLayer, but when the shape is displayed on the map only the points are shown. How can I also visualize the name attribute to the corresponding points?
In the attached image is what I've done so far.
I need to do this using the API ArcGis SDK for Java