Show features from an online feature service.
Feature services are useful for sharing vector GIS data with clients so that individual features can be queried, displayed, and edited.
Run the sample and view the feature service as an operational layer on top of the basemap. Zoom and pan around the map to see the features in greater detail.
- Create a
ServiceFeatureTable
from a URL. - Create a feature layer from the service feature table.
- Add the feature layer to your ArcGISMap using
Map.OperationalLayers.Add(FeatureLayer)
.
- Basemap
- FeatureLayer
- Map
- MapView
- ServiceFeatureTable
feature table, layer, layers, service