lucaslt89
lucaslt89
I was able to reproduce this issue with the native Google Maps SDK in a native iOS app. This only happens with the Metal renderer, so if we can include...
sounds good. Let's wait for Google to fix it! I did try a fork using OpenGL renderer but other crashes also happen, so I rather stay with Metal which works...
@isaacparsons-dw it actually happens when you don't use markers. If the map has a `satellite` type and is completely clean (no markers), when the map is removed from the view...
+1 to this too! I've tested it and it works smoothly!
I had a similar problem. The problem was that the timer was never being started, because i only added a right view. I had to change this line: ``` if...
anyone with a solution for this issue?
I'm also facing the same issue. My pod can't be found, but I can install it if I include it in my Podfile. However, new versions aren't found and I...
As stated by @macksal above, removing the timeout to the connection is a functional workaround and the connection doesn't drop.