public final GoogleMap getMap() { IMapFragmentDelegate localIMapFragmentDelegate = ew(); if (localIMapFragmentDelegate == null) return null; IGoogleMapDelegate localIGoogleMapDelegate; try { localIGoogleMapDelegate = localIMapFragmentDelegate.getMap(); } catch (RemoteException localRemoteException) { throw new RuntimeRemoteException(localRemoteException); } if (localIGoogleMapDelegate == null) return null; if ((this.BU == null) || (this.BU.en().asBinder() != localIGoogleMapDelegate.asBinder())) this.BU = new GoogleMap(localIGoogleMapDelegate); return this.BU; }
public final void animateCamera(CameraUpdate paramCameraUpdate, int paramInt, CancelableCallback paramCancelableCallback) { try { IGoogleMapDelegate localIGoogleMapDelegate = this.Br; b localb = paramCameraUpdate.el(); a locala; if (paramCancelableCallback == null) locala = null; else locala = new a(paramCancelableCallback); localIGoogleMapDelegate.animateCameraWithDurationAndCallback(localb, paramInt, locala); return; } catch (RemoteException localRemoteException) { throw new RuntimeRemoteException(localRemoteException); } }
public final void animateCamera(CameraUpdate paramCameraUpdate, CancelableCallback paramCancelableCallback) { try { IGoogleMapDelegate localIGoogleMapDelegate = this.Br; b localb = paramCameraUpdate.el(); a locala; if (paramCancelableCallback == null) locala = null; else locala = new a(paramCancelableCallback); localIGoogleMapDelegate.animateCameraWithCallback(localb, locala); return; } catch (RemoteException localRemoteException) { throw new RuntimeRemoteException(localRemoteException); } }
protected GoogleMap(IGoogleMapDelegate paramIGoogleMapDelegate) { this.Br = ((IGoogleMapDelegate)eg.f(paramIGoogleMapDelegate)); }
final IGoogleMapDelegate en() { return this.Br; }
@Override public IGoogleMapDelegate getMap() throws RemoteException { Log.d(TAG, "getMap"); return myMap(); }