Ejemplo n.º 1
0
 public Location getLocation() {
   return (mAdView != null) ? mAdView.getLocation() : null;
 }
Ejemplo n.º 2
0
 public Location getLocation() {
   if (mAdView == null) {
     return null;
   }
   return mAdView.getLocation();
 }