I am looking at the v10.2.7 runtime guide to load a featurelayer from a large shapefile.
My shapefile is huge with 200k point entries. I find the loading and the map panning/zooming to be slow (can be considered unusable).
How can I improve the feature layer's performance?
How can a shapefile spatial index be utilized (is it loaded together when calling "ShapefileTable.OpenAsync(path);")?