// 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; import android.os.RemoteException; import com.google.android.gms.maps.internal.IGoogleMapDelegate; // Referenced classes of package com.google.android.gms.maps: // MapFragment, GoogleMap, OnMapReadyCallback class init> extends com.google.android.gms.maps.internal. { final OnMapReadyCallback zzaBX; final zzaBY; public void zza(IGoogleMapDelegate igooglemapdelegate) throws RemoteException { zzaBX.onMapReady(new GoogleMap(igooglemapdelegate)); } ( , OnMapReadyCallback onmapreadycallback) { zzaBY = ; zzaBX = onmapreadycallback; super(); } }