--- title: Take a screenshot hide_title: true --- # Take a screenshot Taking a screenshot of the map can be useful in many different scenarios, for example saving navigation, directions, planning, record-keeping, and research purposes. It can help visualize routes, distances, specific locations, and patterns in data. :::info This will not include Markers, to include Markers we have to take the screenshot in a different way. ::: ## Results When taking the screenshot we will get an image the same size as the Mapbox element. The output will be an image blob which can be passed into an Image node, upload as a file, or saved in the database. Example of the screenshot/image data format: ``` data:image/png;base64,iVBORw0KGgoA... ``` This is what the image looks like: