GADAdChoicesPosition
enum GADAdChoicesPosition : NSInteger {}Position of the AdChoices icon in the containing ad.
- 
                  
                  < Top right corner. DeclarationSwift case topRightCorner = 0Objective-C GADAdChoicesPositionTopRightCorner
- 
                  
                  < Top left corner. DeclarationSwift case topLeftCorner = 1Objective-C GADAdChoicesPositionTopLeftCorner
- 
                  
                  < Bottom right corner. DeclarationSwift case bottomRightCorner = 2Objective-C GADAdChoicesPositionBottomRightCorner
- 
                  
                  < Bottom Left Corner. DeclarationSwift case bottomLeftCorner = 3Objective-C GADAdChoicesPositionBottomLeftCorner