Esri Default Marker Instant
const graphic = new Graphic( geometry: point, symbol: markerSymbol, attributes: name: "Sample Location" );
// ESRI default marker (red pin) const point = new Point( longitude: -118.2437, latitude: 34.0522 ); esri default marker
This gives you the look used across their web mapping platforms. const graphic = new Graphic( geometry: point, symbol: