SNAPSHOT, ON_DEMAND load modes not available in xamarin sdk ?

636
1
08-13-2019 03:40 AM
YashvitNaik
New Contributor III

Hi,

I am using the latest version of xamarin sdk for esri i.e. 100.5.0, and wish to implement different load modes while loading Feature layers. For example the ON_DEMAND, SNAPSHOT, AUTO  modes are described on android sdk for java as well as the esri web sdk.

OnDemand mode | ArcGIS for DevelopersSnapshot mode | ArcGIS for Developers 

However these operational modes are not available on the Feature Layer class in the xamarin sdk, Is there any way to set the way the layers are loaded. Is the Feature Rendering mode same as this,  where we can set the properties to dynamic or static loading of layers ??

Thanks

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

It's there:

ServiceFeatureTable.FeatureRequestMode Property 
Note though, that your are linking to the old 10.2 documentation. At lot has changed in the 100.x releases, and the concepts around this are slightly different.