Пример #1
0
 public final IStreetViewPanoramaViewDelegate m11199a(
     IObjectWrapper iObjectWrapper, StreetViewPanoramaOptions streetViewPanoramaOptions) {
   Context context = (Context) ObjectWrapper.m10131a(iObjectWrapper);
   CreatorImpl.m11197a(context);
   return new aw(context, streetViewPanoramaOptions);
 }
Пример #2
0
 public final aa m11198a(IObjectWrapper iObjectWrapper, GoogleMapOptions googleMapOptions) {
   Context context = (Context) ObjectWrapper.m10131a(iObjectWrapper);
   CreatorImpl.m11197a(context);
   return new MapViewDelegateImpl(context, googleMapOptions);
 }
Пример #3
0
 public final IStreetViewPanoramaFragmentDelegate m11205c(IObjectWrapper iObjectWrapper) {
   Activity activity = (Activity) ObjectWrapper.m10131a(iObjectWrapper);
   CreatorImpl.m11197a((Context) activity);
   return as.m8630a(activity);
 }
Пример #4
0
 public final IMapFragmentDelegate m11204b(IObjectWrapper iObjectWrapper) {
   Activity activity = (Activity) ObjectWrapper.m10131a(iObjectWrapper);
   CreatorImpl.m11197a((Context) activity);
   return MapFragmentDelegateImpl.m9459a(activity);
 }