Looking for a Java 100.7 Legend Example

411
1
03-04-2020 09:54 AM
thomasbales
Occasional Contributor

Hi, I am converting an existing .net  application to use the esri java sdk. I am using an FXML template and I don't know how to create a legend for the features in my mobile map. It was pretty easy to do using xaml. 

Does anyone have example code on how to do this.

Tom

Tags (1)
0 Kudos
1 Reply
JonL
by Esri Contributor
Esri Contributor

Hi Tom,

The sample `List related features` shows how to use a `ListView` to create an UI element that lists all the features returned from a query. Perhaps this is something similar to what you are looking to do?

0 Kudos