Assigned
Status Update
Comments
tr...@bask.org <tr...@bask.org> #2
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
br...@google.com <br...@google.com>
br...@google.com <br...@google.com> #3
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
Description
# What would you like to see us add to this API?
I'd like to be able to center my Marker3DElement graphics about its position in both X and Y, for example to draw a small circle around a selected point. Currently it seems that an img or svg Marker3DElement is always centered in X and bottom-justified in Y, relative to its position property. I haven't found a way to change this, e.g. with CSS, as it is possible to do with AdvancedMarkerElement.
# Please describe how the feature should work:
I'll leave the implementation up to you. Either an offset property, or the ability to position the marker image with CSS.
# Please give a use case or explain where and why you need this feature:
Using a Marker3DElement to draw a small circle around a selected point.