Page Summary
-
GMTCMapViewSessionStateis an enum that defines the activity status of a map view session. -
GMTCMapViewSessionStateInactiveindicates that the map view session has not yet been added to a map view. -
GMTCMapViewSessionStateActiveindicates that the map view session has been added to a map view.
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
Swift
case inactive = 0Objective-C
GMTCMapViewSessionStateInactive -
The map view session is added to a map view.
Declaration
Swift
case active = 1Objective-C
GMTCMapViewSessionStateActive