Hello!
I have a situation where I need to place text/SVG in an absolute position on an image/map, such as positioning the Google attribution in the bottom right of the image. I know I can use another library for this, but I wonder if it's possible to achieve this with the current library.
Example:
map.addSvg({path, x: 95, y: 95}) // position between 0 to 100
map.addText({text: 'hello', x: 95, y: 95}) // position between 0 to 100
Hello! I have a situation where I need to place
text/SVG
in an absolute position on an image/map, such as positioning theGoogle
attribution in the bottom right of the image. I know I can use another library for this, but I wonder if it's possible to achieve this with the current library.Example: