public Location getLocation() {
   return (mAdView != null) ? mAdView.getLocation() : null;
 }
Exemple #2
0
 public Location getLocation() {
   if (mAdView == null) {
     return null;
   }
   return mAdView.getLocation();
 }