GMSFrameRate

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.