Question: Question 1 3 In the code below, what does the red line do ? new DeckGL ( { ` ` ` mapboxApiAccessToken: token, mapStyle:

Question 13
In the code below, what does the red line do?
new DeckGL(\{
```
mapboxApiAccessToken: token,
mapStyle: 'mapbox://styles/mapbox/light-v9',
initialViewState: {
latitude: 49.254,
longitude: -123.13,
zoom: 4,
maxzoom: 14,
},
controller: true,
layers: [L0001]/// this is the red I ine
});
```
Adds Different DeckGL layers to the Map Object
Adds 1 Layer (L0001) to the DeckGL Map Object
Assigns the function L0001 to the layer object
Assigns List of layers L0001 to the DeckGL map object
Question 1 3 In the code below, what does the red

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!