Adding static maps
This documentation provides methods for adding static maps in web sdk
Add a HTML img element and give id to that element.
Go to Map Tiles APIs, generate URL of the map you want to add from Static Map Tiles and copy the Request URL.
Use getStaticMap method to render a static map and pass the request URL and element id.
Example