-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
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 100map.addText({text: 'hello', x: 95, y: 95}) // position between 0 to 100Metadata
Metadata
Assignees
Labels
No labels