You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solveRoute() can be used to fetch directions from A to B (or A to Z, or Z to ? to A)
@esri/arcgis-rest-common
Added
Another new package to house both shared utility methods and typings for TypeScript users. This package will likely supercede @esri/arcgis-rest-common-types at v2.0.0
@esri/arcgis-rest-feature-service
Added
New getLayer() method to fetch metadata for a MapServer or FeatureServer layer.
New decodeValues() utility method which translates raw Coded Value Domain codes in a query response into their more legible descriptions. 717404f
@esri/arcgis-rest-request
Fixed
ensure a generic referer header is passed along in requests from Node.js applications.