Skip to content

Frame drop when scrolling map by calling [projection pointForCoordinate:] in didChangeCameraPosition: delegate method #125

Description

Environment details

  1. GoogleMaps 6.0.1
  2. Xcode 13.1 & iPhone 12(iOS 15.0)

Code example

- (void)mapView:(GMSMapView *)mapView didChangeCameraPosition:(GMSCameraPosition *)position {
    // add this line then frame drop when scrolling
    [mapView.projection pointForCoordinate:position.target]; 
}

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions