Fixed
Status Update
Comments
br...@google.com <br...@google.com>
[Deleted User] <[Deleted User]> #3
i have the same issue with 1.13.0, when using the GMSMapViewDelegate - (UIView *)mapView:(GMSMapView *)mapView markerInfoWindow:(GMSMarker *)marker returning a custom UIView.
[Deleted User] <[Deleted User]> #4
dg@ could you please post a repro case to github, I'm interested to see a full working sample. Thanks!
br...@google.com <br...@google.com> #5
The below git repo contains the code that the issue occurs.
Note that If I reverse the Google Map API version to 1.12.3, the code works fine.
https://github.com/benba5/IssueGoogleMap1.13.0
Thank you very much
^__^
Note that If I reverse the Google Map API version to 1.12.3, the code works fine.
Thank you very much
^__^
[Deleted User] <[Deleted User]> #6
Thanks for the repro benlbenl5!
[Deleted User] <[Deleted User]> #7
We have a work around for this issue. Add the following code to the custom info window:
override func didMoveToSuperview() {
superview?.autoresizesSubviews = false;
}
override func didMoveToSuperview() {
superview?.autoresizesSubviews = false;
}
Description
I keep getting this error :
`gmscore::base::MutexLock::MutexLock(gmscore::base::Mutex*) + 2539508`
i think the crash related to memory leak!.
i don't know when it happens.
any idea?
Operating system version:iOS 8
Google Maps SDK for iOS version:10.0.1
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************