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

    Swift

    case inactive = 0

    Objective-C

    GMTCMapViewSessionStateInactive
  • The map view session is added to a map view.

    Declaration

    Swift

    case active = 1

    Objective-C

    GMTCMapViewSessionStateActive