You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, the `apiKey` can be set as Map option instead of in the `config` object. Yet, this will still internally propagate to the `config` object:
59
59
```ts
60
-
import*asmaptilersdkfrom'@maptiler/sdk';
60
+
import{ Map }from'@maptiler/sdk';
61
61
62
62
// Let's say you have a DIV ready to receive a map
0 commit comments