firebase::
  
    #include <ad_view.h>
  
The screen location and dimensions of an AdView once it has been initialized.
Summary
| Constructors and Destructors | |
|---|---|
| BoundingBox()Default constructor which initializes all member variables to 0.  | 
| Public attributes | |
|---|---|
| height | intHeight of the ad in pixels.  | 
| position | The position of the AdView if one has been set as the target position, or kPositionUndefined otherwise.  | 
| width | intWidth of the ad in pixels.  | 
| x | intHorizontal position of the ad in pixels from the left.  | 
| y | intVertical position of the ad in pixels from the top.  | 
Public attributes
height
int firebase::gma::BoundingBox::height
Height of the ad in pixels.
position
AdView::Position firebase::gma::BoundingBox::position
The position of the AdView if one has been set as the target position, or kPositionUndefined otherwise.
width
int firebase::gma::BoundingBox::width
Width of the ad in pixels.
x
int firebase::gma::BoundingBox::x
Horizontal position of the ad in pixels from the left.
y
int firebase::gma::BoundingBox::y
Vertical position of the ad in pixels from the top.
Public functions
BoundingBox
firebase::gma::BoundingBox::BoundingBox()
Default constructor which initializes all member variables to 0.