GMSNavigationLightingMode
enum GMSNavigationLightingMode : NSInteger {}
Lighting mode is used to specify different color schemes based on available light.
-
Use a lighting mode suitable for daylight viewing.
Declaration
Swift
case normal = 0
Objective-C
GMSNavigationLightingModeNormal = 0
-
Use a lighting mode suitable for night viewing.
Declaration
Swift
case lowLight = 1
Objective-C
GMSNavigationLightingModeLowLight