Skip to content

v3.0.0

Compare
Choose a tag to compare
@dbouwman dbouwman released this 25 Jan 22:24

Added

  • @esri/arcgis-rest-auth added ApiKey class. Used to authenticate with API Keys.
  • @esri/arcgis-rest-demographics created new Demographics package with new functions:
    • getAvailableCountries
    • getAvailableDataCollections
    • getAvailableGeographyLevels
    • getGeography
    • queryDemographicData
  • @esri/arcgis-rest-routing added new functions:
    • closestFacility
    • serviceArea
    • originDestinationMatrix
  • @esri/arcgis-rest-routing added geoJson property to solveRoute() response (routes property).
  • @esri/arcgis-rest-geocoding added geoJson property to geocode() response.

Changed

  • (Breaking change) @esri/arcgis-rest-geocoding updated default ArcGIS World Geocoder URL 613837d
  • @esri/arcgis-rest-routing solveRoute() transforms compressed geometry into a standard geometry