GoogleMaps Framework Reference
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
      
        
          
            GMSFrameRate
              
                
                  enum GMSFrameRate : NSUInteger {}
                 
               
            Rendering frame rates for GMSMapView.
          
          
            
              
                - 
                  
                  
                    
                    
                      
                      
                        Use the minimum frame rate to conserve battery usage. 
 
                        Declaration
                          Objective-C kGMSFrameRatePowerSave
 
 
 
 
- 
                  
                  
                    
                    
                      
                      
                        Use a median frame rate to provide smoother rendering and conserve processing cycles. 
 
                        Declaration
                          Swift case conservative = 1
 
 
                          Objective-C kGMSFrameRateConservative
 
 
 
 
- 
                  
                  
                    
                    
                      
                      
                        Use the maximum frame rate for a device. For low end devices this will be 30 FPS,
for high end devices 60 FPS. 
 
                        Declaration
                          Objective-C kGMSFrameRateMaximum
 
 
 
 
           
        
      
     
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-08-27 UTC.
  
  
  
    
      [null,null,["Last updated 2025-08-27 UTC."],[],["GMSFrameRate defines rendering frame rates for GMSMapView. `kGMSFrameRatePowerSave` uses the minimum frame rate to conserve battery. `kGMSFrameRateConservative` uses a median rate for smoother rendering while conserving processing. `kGMSFrameRateMaximum` utilizes the device's maximum frame rate, which varies between 30 FPS for low-end and 60 FPS for high-end devices. These options allow for trade-offs between performance, battery usage and smoothness.\n"]]