GoogleNavigation Framework Reference
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
      
        
          
            GMSNavigationManeuverImageSize
              
                
                  enum GMSNavigationManeuverImageSize : NSInteger {}
                 
               
            The image size which GMSNavigationStepInfo images will be generated.
          
          
            
              
                - 
                  
                  
                    
                    
                      
                      
                        48pt x 48pt maneuver image size. Recommended use for cases such as next step maneuvers and
maneuver lists where the image is not the primary focus. 
 
                        Declaration
                          Objective-C GMSNavigationManeuverImageSizeSquare48
 
 
 
 
- 
                  
                  
                    
                    
                      
                      
                        96pt x 96pt maneuver image size. Recommended use for banners or headers where the maneuver
image should be visually prominent. 
 
                        Declaration
                          Objective-C GMSNavigationManeuverImageSizeSquare96
 
 
 
 
           
        
      
     
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  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."],[],["`GMSNavigationManeuverImageSize` defines the size of images generated for `GMSNavigationStepInfo`. It offers two options: `square48` (48pt x 48pt) and `square96` (96pt x 96pt). `square48` is for scenarios like maneuver lists where the image is secondary. `square96` is advised for banners or headers where the maneuver image needs high visibility. The sizes are represented as enum cases in both Swift and Objective-C.\n"]]