Fixed
Status Update
Comments
br...@google.com <br...@google.com>
br...@google.com <br...@google.com> #2
Hey Martin,
Can you please supply a sample along the lines ofhttps://github.com/domesticmouse/MovingMarkerPosition that demonstrates the behavior you are seeing? Thanks!
Can you please supply a sample along the lines of
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