davidgalindo / react-native-arcgis-mapview

A basic ArcGIS port for React Native.
MIT License
48 stars 24 forks source link

How do you display operational layers #13

Open hhemmati81 opened 4 years ago

hhemmati81 commented 4 years ago

I am trying to add a layer that can't be part of the basemap. At least I can't seem to be able to move it to the basemap. How would I show these layers? The iOS SDK mentions

let map = AGSMap()
map.operationalLayers.add(someLayer)
map.operationalLayers.remove(someLayer)

Is this something that is available to use?