Status Update
Comments
el...@gmail.com <el...@gmail.com> #2
The deeplink code reference get from Google Document
// Displays an image of the Swiss Alps
val gmmIntentUri =
Uri.parse("google.streetview:cbll=46.414382,10.013988")
val mapIntent = Intent(Intent.ACTION_VIEW, gmmIntentUri)
mapIntent.setPackage("com.google.android.apps.maps")
startActivity(mapIntent)
ra...@google.com <ra...@google.com> #3
We are checking this issue internally.
ad...@gmail.com <ad...@gmail.com> #4
[Deleted User] <[Deleted User]> #5
ba...@gmail.com <ba...@gmail.com> #6
la...@gmail.com <la...@gmail.com> #7
ra...@google.com <ra...@google.com> #8
Thanks for the post.
Upon checking, it seems that your issue is related to Google Maps Intents for Android which is unrelated to Google Maps Android SDK. We will have to close this bug but we have logged your issue internally.
el...@gmail.com <el...@gmail.com> #9
Hi Google,
Thanks for checking and getting deeper into the cause of this issue. Is there any new issue link available so we can follow up on the status issue?
mi...@gmail.com <mi...@gmail.com> #10
iv...@google.com <iv...@google.com> #11
Since this is now on the right component, and has been verified and logged internally, you can continue to star this issue to get notifications. Please note that we cannot give you any timelines.
iv...@google.com <iv...@google.com>
ng...@gmail.com <ng...@gmail.com> #12
do...@gmail.com <do...@gmail.com> #13
pi...@gmail.com <pi...@gmail.com> #14
The client is asking for the solution.
What to do?
ra...@google.com <ra...@google.com> #15
We appreciate your patience.
The fix for this issue will be included in the next version release, hence setting the status of it accordingly.
Thanks for working with us!
as...@google.com <as...@google.com> #16
The fix should be available in Google Maps app version 11.74, scheduled to be fully deployed on April 11 US time.
co...@protonmail.com <co...@protonmail.com> #17
No way! We were having this issue too. We thought we broke something. thanks for fixing.
ad...@gmail.com <ad...@gmail.com> #18
do...@gmail.com <do...@gmail.com> #19
as...@google.com <as...@google.com> #20
Thank you so much for the feedback!
Description
I have a simple deeplink into Google Map Street View
You can also get the full project code here
When I have an old Google Map (version 11.29.7 (#1066493137)), the deeplink into Street View works just fine as per GIF below
However, with the latest Google Map (version 11.57.4801 (#1066791007)), the deeplink into Street View just keep spinning forever as GIF below (for the GIF below I cut off after 10 seconds, but even if I waited for long period, it keeps spinning)
Suspect this is a Google Map bug. If not please advice.
p/s: I use the same Pixel 4 device and the same compilation of the Android Code. The only change is I