Navigation SDK is currently available only to select customers. Contact sales to learn more.

GMSFrameRate

Stay organized with collections Save and categorize content based on your preferences.
GMSFrameRate

Enumerations

enum  GMSFrameRate { kGMSFrameRatePowerSave, kGMSFrameRateConservative, kGMSFrameRateMaximum }
 Rendering frame rates for GMSMapView. More...

Enumeration Type Documentation

Rendering frame rates for GMSMapView.

Enumerator:
kGMSFrameRatePowerSave 

Use the minimum frame rate to conserve battery usage.

kGMSFrameRateConservative 

Use a median frame rate to provide smoother rendering and conserve processing cycles.

kGMSFrameRateMaximum 

Use the maximum frame rate for a device.

For low end devices this will be 30 FPS, for high end devices 60 FPS.