// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.android.gms.maps.internal; import android.os.IBinder; import android.os.Parcel; import android.os.RemoteException; import com.google.android.gms.dynamic.zzd; import com.google.android.gms.maps.model.LatLng; import com.google.android.gms.maps.model.VisibleRegion; import com.google.android.gms.maps.model.zze; import com.google.android.gms.maps.model.zzo; // Referenced classes of package com.google.android.gms.maps.internal: // IProjectionDelegate, Point, zzz private static class zznF implements IProjectionDelegate { private IBinder zznF; public IBinder asBinder() { return zznF; } public LatLng fromScreenLocation(zzd zzd1) throws RemoteException { Object obj; Parcel parcel; Parcel parcel1; obj = null; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IProjectionDelegate"); if (zzd1 == null) { break MISSING_BLOCK_LABEL_83; } zzd1 = zzd1.asBinder(); _L1: parcel.writeStrongBinder(zzd1); zznF.transact(1, parcel, parcel1, 0); parcel1.readException(); zzd1 = obj; if (parcel1.readInt() != 0) { zzd1 = LatLng.CREATOR.zzeP(parcel1); } parcel1.recycle(); parcel.recycle(); return zzd1; zzd1 = null; goto _L1 zzd1; parcel1.recycle(); parcel.recycle(); throw zzd1; } public LatLng fromScreenLocation2(Point point) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IProjectionDelegate"); if (point == null) goto _L2; else goto _L1 _L1: parcel.writeInt(1); point.writeToParcel(parcel, 0); _L3: zznF.transact(4, parcel, parcel1, 0); parcel1.readException(); if (parcel1.readInt() == 0) { break MISSING_BLOCK_LABEL_91; } point = LatLng.CREATOR.zzeP(parcel1); _L4: parcel1.recycle(); parcel.recycle(); return point; _L2: parcel.writeInt(0); goto _L3 point; parcel1.recycle(); parcel.recycle(); throw point; point = null; goto _L4 } public VisibleRegion getVisibleRegion() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IProjectionDelegate"); zznF.transact(3, parcel, parcel1, 0); parcel1.readException(); if (parcel1.readInt() == 0) goto _L2; else goto _L1 _L1: VisibleRegion visibleregion = VisibleRegion.CREATOR.zzeZ(parcel1); _L4: parcel1.recycle(); parcel.recycle(); return visibleregion; _L2: visibleregion = null; if (true) goto _L4; else goto _L3 _L3: Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; } public zzd toScreenLocation(LatLng latlng) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IProjectionDelegate"); if (latlng == null) { break MISSING_BLOCK_LABEL_65; } parcel.writeInt(1); latlng.writeToParcel(parcel, 0); _L1: zznF.transact(2, parcel, parcel1, 0); parcel1.readException(); latlng = com.google.android.gms.dynamic.a.zza.zznF(parcel1.readStrongBinder()); parcel1.recycle(); parcel.recycle(); return latlng; parcel.writeInt(0); goto _L1 latlng; parcel1.recycle(); parcel.recycle(); throw latlng; } public Point toScreenLocation2(LatLng latlng) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IProjectionDelegate"); if (latlng == null) goto _L2; else goto _L1 _L1: parcel.writeInt(1); latlng.writeToParcel(parcel, 0); _L3: zznF.transact(5, parcel, parcel1, 0); parcel1.readException(); if (parcel1.readInt() == 0) { break MISSING_BLOCK_LABEL_91; } latlng = Point.CREATOR.zzeK(parcel1); _L4: parcel1.recycle(); parcel.recycle(); return latlng; _L2: parcel.writeInt(0); goto _L3 latlng; parcel1.recycle(); parcel.recycle(); throw latlng; latlng = null; goto _L4 } (IBinder ibinder) { zznF = ibinder; } }