-
Notifications
You must be signed in to change notification settings - Fork 916
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
Tile Layer - Opacity #191
Comments
@bFlood , Sorry, but Google Maps Android API v2 does not support setOpacity() for TileLayer. And what is the custom tile layer? |
wow, that's amazing, seems like an odd omission since its supported on groundOveraly in the Android API. thx for the info iOS supports it, maybe you can use something like this on android side when needed custom tile layer - this would be useful for custom, in memory drawing to the map (heat maps, dynamic overlays etc.) on iOS, someway to implement GMSSyncTileLayer |
Thank you for letting me know. |
I added the |
thanks! was opacity added to the core android sdk? |
nevermind, I see you added the custom tileprovider to handle this on android. thank you masashi, really great work! |
please add getOpacity() and setOpacity() to the TileLayer class
also, would it also be possible to support custom tile layers?
The text was updated successfully, but these errors were encountered: