GoogleRidesharingConsumer Framework Reference
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
      
        
          
            GMTCMapViewSessionState
              
                
                  enum GMTCMapViewSessionState : NSUInteger {}
                 
               
            Describes the activity status of a map view session.
          
          
            
              
                - 
                  
                  
                    
                    
                      
                      
                        The map view session is not yet added to a map view. 
 
                        Declaration
                          Objective-C GMTCMapViewSessionStateInactive
 
 
 
 
- 
                  
                  
                    
                    
                      
                      
                        The map view session is added to a map view. 
 
                        Declaration
                          Objective-C GMTCMapViewSessionStateActive
 
 
 
 
           
        
      
     
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  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."],[],["The `GMTCMapViewSessionState` enum defines the activity status of a map view session. It has two states: `inactive`, represented by the value 0, indicating the session is not yet added to a map view, and `active`, represented by the value 1, meaning the session is currently added to a map view. The state is accessible in both Swift and Objective-C.\n"]]