Version 3.46 was the last version of 3.x. See theretirement announcementfor more information. We recommend you migrate your solutions to Esri's premier web mapping SDK, theArcGIS Maps SDK for JavaScript(4.x). Go to ArcGIS Maps SDK for JavaScript (4.x)...
Gradient strokes in the ArcGIS Maps SDK for JavaScript: A look under the hood A look under the hood at gradient stroke rendering in the ArcGIS Maps SDK for JS, plus a technique for constructing … All things Web Development at the Esri Developer and Technology Summit 2025!
Arcade may also be used to create label expressions for features in a FeatureLayer. Starting at version 3.19 of the API, this is the only supported method for labeling features.As is the case with labeling in previous versions of the API, you must add at least one LabelClass to the ...
layerIds String[] Array of IDs corresponding to layers in the map, except for GraphicsLayers and FeatureLayers, which are maintained in map.graphicsLayerIds. loaded Boolean After the first layer is loaded, the value is set to true. navigationMode String Indicates whether the map uses CSS3 tra...
The ArcGIS API for JavaScript includes many symbol classes and each allows you to specify symbology in a unique way. Each symbol type is also specific to geometry type, e.g. point, line, or polygon. A renderer defines a set of symbols that will be used for graphics in a layer. You ...
The ArcGIS API for JavaScript can work with web maps created using the ArcGIS.com map viewer. Use the map viewer to quickly and easily create and share maps. Web maps can contain layers from ArcGIS Server map, image and feature services, KML documents, and OGC web services. You can also...
If you need access to capability not exposed via the classes in the ArcGIS API for JavaScript you can use esri/request to work directly with the ArcGIS Portal REST API. This sample demonstrates how to use theGenerateoperation to generate a feature collection from an input shapefile. The ...
For example: [-118, 34]. A string of location. For example: "Redlands, CA". A location object returned by the geocoder /find method. See the Geocoder REST API documentation for more information. For example: { "name": "380 New York St, Redlands, CA, 92373", "extent": { "xmin...
Online and Portal: The ArcGIS Portal API provides access to data from your organization on ArcGIS Online or your own on-premises ArcGIS Portal. Printing: Generate maps ready for printing with the ArcGIS Server print task or the print widget included with the API. ...
ESM: import * as query from "@arcgis/core/rest/query.js"; Object: esri/rest/query Since: ArcGIS Maps SDK for JavaScript 4.19Executes different types of query operations on a layer. The most common method used is executeQueryJSON(), which executes the query for JSON results as defined in ...