Hi All,
I am new to the ArcGIS Location platform and wanted some guidance on API(s) for a project.
Is the following workflow possible through the ArcGIC Location Platform REST APIs in a single sequence:
1. Geocode a street address to get Lat / Long coordinates
2. Retrieve the Parcel Boundary Polygon & APN / AIN by querying a feature layer (e.g. from Living Atlas) using those coordinates
3. Intersect with Zoning data to pull localized features like Zone Code, Setbacks, FAR etc. (can be specific to a state / county area)
4. Have the polygon overlay on a satellite image basemap for that parcel
Are there specific reliable REST endpoints recommended for this? Also, is a direct Feature layer query sufficient for the zoning intersection, or is the Spatial Analysis service required?
Thanks!