GMSPlacesPriceLevel
enum GMSPlacesPriceLevel : NSInteger {}Describes the price level of a place.
- 
                  
                  
Declaration
Swift
case unknown = -1Objective-C
kGMSPlacesPriceLevelUnknown = -1 - 
                  
                  
Declaration
Swift
case free = 0Objective-C
kGMSPlacesPriceLevelFree = 0 - 
                  
                  
Declaration
Swift
case cheap = 1Objective-C
kGMSPlacesPriceLevelCheap = 1 - 
                  
                  
Declaration
Swift
case medium = 2Objective-C
kGMSPlacesPriceLevelMedium = 2 - 
                  
                  
Declaration
Swift
case high = 3Objective-C
kGMSPlacesPriceLevelHigh = 3 - 
                  
                  
Declaration
Swift
case expensive = 4Objective-C
kGMSPlacesPriceLevelExpensive = 4