Loading play-services-api/src/main/aidl/com/google/android/gms/maps/internal/ICameraUpdateFactoryDelegate.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -16,5 +16,5 @@ interface ICameraUpdateFactoryDelegate { IObjectWrapper newLatLng(in LatLng latLng); IObjectWrapper newLatLngZoom(in LatLng latLng, float zoom); IObjectWrapper newLatLngBounds(in LatLngBounds bounds, int padding); IObjectWrapper newLatLngBoundsWithSize(in LatLngBounds bounds, int width, int height, int size); IObjectWrapper newLatLngBoundsWithSize(in LatLngBounds bounds, int width, int height, int padding); } play-services-api/src/main/aidl/com/google/android/gms/maps/internal/IMapFragmentDelegate.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ interface IMapFragmentDelegate { IGoogleMapDelegate getMap(); void onInflate(IObjectWrapper activity, in GoogleMapOptions options, in Bundle savedInstanceState); void onCreate(in Bundle savedInstanceState); IObjectWrapper onCreateView(IObjectWrapper layoutInflate, IObjectWrapper container, in Bundle savedInstanceState); IObjectWrapper onCreateView(IObjectWrapper layoutInflater, IObjectWrapper container, in Bundle savedInstanceState); void onResume(); void onPause(); void onDestroyView(); Loading Loading
play-services-api/src/main/aidl/com/google/android/gms/maps/internal/ICameraUpdateFactoryDelegate.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -16,5 +16,5 @@ interface ICameraUpdateFactoryDelegate { IObjectWrapper newLatLng(in LatLng latLng); IObjectWrapper newLatLngZoom(in LatLng latLng, float zoom); IObjectWrapper newLatLngBounds(in LatLngBounds bounds, int padding); IObjectWrapper newLatLngBoundsWithSize(in LatLngBounds bounds, int width, int height, int size); IObjectWrapper newLatLngBoundsWithSize(in LatLngBounds bounds, int width, int height, int padding); }
play-services-api/src/main/aidl/com/google/android/gms/maps/internal/IMapFragmentDelegate.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ interface IMapFragmentDelegate { IGoogleMapDelegate getMap(); void onInflate(IObjectWrapper activity, in GoogleMapOptions options, in Bundle savedInstanceState); void onCreate(in Bundle savedInstanceState); IObjectWrapper onCreateView(IObjectWrapper layoutInflate, IObjectWrapper container, in Bundle savedInstanceState); IObjectWrapper onCreateView(IObjectWrapper layoutInflater, IObjectWrapper container, in Bundle savedInstanceState); void onResume(); void onPause(); void onDestroyView(); Loading