Fixed
Status Update
Comments
br...@google.com <br...@google.com>
br...@google.com <br...@google.com> #2
This sounds like a bug. Can you put together a reproduction sample on github? Once I have a repro case engineering will have a look at it. Thanks!
st...@gmail.com <st...@gmail.com> #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.
Description
Steps to reproduce:
1) _panoView = [[GMSPanoramaView alloc] initWithFrame:frame];
2) _panoView.delegate = self;
3) - (void) panoramaView:(GMSPanoramaView *)panoramaView didMoveCamera:(GMSPanoramaCamera *)camera is called during [GMSPanoramaView setDelegate:]
Expected behaviour: delegate should be called only if camera property is set on the panoramaView, or the user interacts with the panorama view to change the camera