Hello,
I was wondering if it is possible to populate a FeatureTable from a Feature Service with the centroid only geometry. Looking through the documentation and attempting this does not make it seem possible with the maps SDK. I could do it by pinging the FeatureService directly and using the returnCentroid parameter but that does not seem to be exposed in the SDK.
If this is not possible can I put an enhancement request in for it? Use case is this: Querying polygon features hosted in a service. I do not want to return the entire geometry for performance reasons. I want to sort the features by nearest location to the user. Having access to the centroid would satisfy my sorting and performance needs.