-
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
New Google Maps SDK Renderer #3991
Comments
@Borduhh +1 👍 |
Need to update Map Renderer before March 2022. |
+1 👍 |
1 similar comment
+1 👍 |
I will take this issue, it looks simple to implement and for now I would just expose a prop to choose the renderer type. the only issue I see is that the SDK demo shows initialization on application create, so it might be too late if we do it via prop (when view is loaded). ref: https://developers.google.com/maps/documentation/android-sdk/renderer |
Is there any action required at all here? This repo still uses Maps SDK 5.1 so its not affected by Google's changes. |
Everytime i add a new marker on the MapView, the MapView seems to rerender, it looks like its zooming in and out. i wonder if thats happening because this package is currently using the legacy renderer |
Any timeline for this implementation ? current implementation isn't accepting |
any update on this ? |
@Borduhh @siddharth-kt @pke @mak12 @dishantwalia Please take a look at this open PR #4055. |
The new renderer can be now be enabled starting from v0.31.0-beta.2 which is released on the beta channel of npm. Props to @isidoro98. |
Feature request
Why it is needed
All devices on Android 5.0 (Lollipop) or later with 2 GB or more of data storage will use the new renderer. All other devices will continue to use the legacy renderer until further notice. SDK Progressive Rollout beginning March 2022.
Possible implementation
Upgrade Maps SDK to the new renderer (https://developers.google.com/maps/documentation/android-sdk/renderer)
The text was updated successfully, but these errors were encountered: