let view = new SceneView( { map: map, container: "viewDiv", camera: { position: [94.01624, 16.98209, 25000000], spatialReference: { wkid: "WGS84" }, heading: 70, tilt: 60 }, qualityProfile: "high", environment: { lighting: { directShadowsEnabled: true, ambientOcclusionEnabled: true }, atmosphere: {quality: "high"} }, constraints: { snapToZoom: true } });
... View more