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)
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
Is this something that is available to use?