-
Notifications
You must be signed in to change notification settings - Fork 855
expose map type callback #275
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
expose map type callback #275
Conversation
bc3ffef
to
626d343
Compare
Doesn't seem like CI is related to my PR... ^^ I stand corrected |
Really? |
LOL when i looked at it that message hadn't loaded yet and I got super confused. Will update!! |
626d343
to
5559adf
Compare
Having |
That's a great point, I would say considering it's something that a user might want to set.. for example "oh, i want to show a satellite map here" we probably want it to be controlled. This seems reasonable to me. |
Please add 1-2 lines about in documentation, and let's merge then. Let's think about after merge, as now I have no ideas ;-) |
5559adf
to
efe0811
Compare
efe0811
to
f72e763
Compare
google-map-react@0.21.4 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR would expose the google maps event that says "hey, the user changed from satellite view to roads view" or vice versa. This is something I need to detect and change the icon styles based on so am looking to expose it. Any input is greatly appreciated!