Select to view content in your preferred language

Data layer source from the web

274
1
11-10-2022 08:57 PM
WnMhmdKhrlAzm
New Contributor

Hi.

I just started learning.

https://www.arcgis.com/apps/webappviewer/index.html?id=1406b9131245493195c12a1df3d2ada6

I'd like to know how I get this data into the ArcGIS Maps SDK for Unity.

Thank you and have a good one.

0 Kudos
1 Reply
Matt_Nelson
Esri Contributor

Those are FeatureService's containing polygons. We currently don't support Feature layers in our SDKs. We have a sample showing you how to do it thru the rest api https://github.com/Esri/arcgis-maps-sdk-unity-samples/tree/main/samples_project/Assets/SampleViewer/... but just a warning this is really for feature points while these layers are polygons

0 Kudos