Guest User

Untitled

a guest
Oct 17th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. var results = await MapManager.Instance.POIFeatureTable.PopulateFromServiceAsync(queryParams, false, outfields);
  2.  
  3. Esri.ArcGISRuntime.ArcGISRuntimeException: Cannot call this method in this context: Populate service can only be called when Feature request mode is manual cache.
  4.  
  5. var results = await MapManager.Instance.POILayer.SelectFeaturesAsync(queryParams, SelectionMode.New);
Add Comment
Please, Sign In to add comment