-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zIndex] Add support for setting zIndex on markers #675
Conversation
Awesome, thanks! Can you please add an example to the example app demonstrating this feature? We basically use the example app as manual integration tests. |
Great job, just tested it and it works great! I have been wanting this feature for a long time, looking forward to seeing it in the next release! |
Can you also add this to Google Maps for iOS? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you so much! 🍻
loadingIndicatorColor={"#666666"} | ||
loadingBackgroundColor={"#eeeeee"} | ||
loadingIndicatorColor="#666666" | ||
loadingBackgroundColor="#eeeeee" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Add support for setting the z-index on markers via the style.
Example usage:
Test plan: