Skip to content

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

@ghost

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!

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