GoogleRidesharingConsumer Framework Reference
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-01-21 UTC.
[null,null,["Last updated 2025-01-21 UTC."],[[["`GMTCMapViewSessionState` is an enum that defines the activity status of a map view session."],["`GMTCMapViewSessionStateInactive` indicates that the map view session has not yet been added to a map view."],["`GMTCMapViewSessionStateActive` indicates that the map view session has been added to a map view."]]],["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"]]