Search code examples
iosgoogle-mapsgoogle-maps-markersgoogle-maps-sdk-ios

GoogleMaps for iOS sluggish redraw


I have googlemaps in my app as I am using some Google API and have to display it on googlemaps as past of their terms of service.

The issue I have is drawing a polyline, and adding annotations for bus stops, when zooming in or out the app is sluggish and lags as it tries to redraw the info. Where as on MapKit there is no issue.

Is this a normal issue with Googlemaps being less responsive?


Solution

  • The issue was resolved updating to 1.9.0, FPS stayed above 28 on iphone 6, where the previous version 1.8.0 would drop to 5FPS.