How to move location with annimation using esri javascript api 4.11?Please!

296
0
07-30-2019 01:05 AM
kolinn
by
New Contributor

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 }
            });

0 Kudos
0 Replies