This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add anchor to MarkerView #5079
Labels
Android
Mapbox Maps SDK for Android
annotations
Annotations on iOS and macOS or markers on Android
feature
Milestone
Comments
Note that Google maps also exposes this for InfoWindow |
It seems that InfoWindow anchoring needs some extra work. Our current setup doesn't match how Google maps was setup. This will require some extra code to not break current exposed logic for GL based annotations. |
I was able to get the old InfoWindow logic working with the newer anchoring. This is currently introducing some unneeded overhead but this can only be resolved if we implement anchoring of GL based markers (else we would have a breaking API change for users using the GL based annotations). Here you see a screenshot with anchoring in action:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Android
Mapbox Maps SDK for Android
annotations
Annotations on iOS and macOS or markers on Android
feature
Google exposes customization of Anchor:
Now that #3276 landed we can implement this in MarkerView/MarkerViewOptions (vs GL Marker #2916).
The text was updated successfully, but these errors were encountered: