how to add text to the right side of the icon to show the geolocation name of the current central coordinates on the mapbox map.
has added the picture. The code is as follows: how to add the text on the right
let img = new Image();
img.src = "/image/cn/normal.png";
var marker = new mapboxgl.Marker(img, { offset: { x: 0, y: -20.5 } })
.setLngLat([104.035719, 30.332331])
.addTo(map);