Esri / arcgis-rest-js

compact, modular JavaScript wrappers for the ArcGIS REST API
https://developers.arcgis.com/arcgis-rest-js/
Apache License 2.0
347 stars 119 forks source link

Add support for new 'icon' param of places service #1147

Open gowin20 opened 6 months ago

gowin20 commented 6 months ago

Describe the problem

The places service has added a new icon parameter to most requests that allows you to request an icon as PNG, SVG, or CIM. REST JS does not currently support this operation.

Describe the proposed solution

We should add support for this parameter to align REST JS with the functionality described on this page: https://developers.arcgis.com/documentation/mapping-apis-and-services/places/place-icons/

Alternatives considered

No response

Additional Information

No response