Select to view content in your preferred language

Displaying JSON and Client side features on map

40
0
yesterday
Aeseir
by
Frequent Contributor

I am exploring Flutter SDK and struggling to understand how to instantiate new FeatureLayer using client side Features.

 

Use case is in field a user may load features from their web app (which uses arcgis js) to their map on mobile device. Since its not hosted layer (temp data) data is shared between as simple JSON (web app -> mobile).

They may modify the json prior to loading it to map to suit their needs.

 

How do we handle this scenario? Should I be using FeatureCollectionLayer instead?

0 Kudos
0 Replies