// 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.oliodevices.assist.app.fragments; import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.MapView; import com.google.android.gms.maps.OnMapReadyCallback; import com.google.android.gms.maps.UiSettings; import com.google.android.gms.maps.model.LatLng; import com.google.android.gms.maps.model.MarkerOptions; // Referenced classes of package com.oliodevices.assist.app.fragments: // AssistantConfirmLocationFragment class val.latLng implements OnMapReadyCallback { final AssistantConfirmLocationFragment this$0; final LatLng val$latLng; public void onMapReady(GoogleMap googlemap) { googlemap.getUiSettings().setMyLocationButtonEnabled(false); googlemap.moveCamera(CameraUpdateFactory.newLatLngZoom(val$latLng, 13F)); googlemap.addMarker((new MarkerOptions()).position(val$latLng)); mMapView.setVisibility(0); } () { this$0 = final_assistantconfirmlocationfragment; val$latLng = LatLng.this; super(); } }