I want to query from a map server but I can only get data from one field. How can I get data of all the fields. Thank you.
Solved! Go to Solution.
You can use the ServiceFeatureTable.queryFeaturesWithFieldOptions method to retrieve all fields. See document here.
Is this what you are looking for?
queryParameters.outFields="*"
example: &relationParam=&outFields=*&returnGeometry=false
There is no outFields property in QueryParameters class.
https://developers.arcgis.com/flutter/api-reference/reference/arcgis_maps/QueryParameters-class.html
Apologies I misread this. I'm of no help sorry.
You can use the ServiceFeatureTable.queryFeaturesWithFieldOptions method to retrieve all fields. See document here.
Thank you! I was focusing too much on outfield