mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-20 16:17:31 +01:00
Fix typos in maps api
This commit is contained in:
parent
851e44341a
commit
059c1f520a
@ -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);
|
||||
}
|
||||
|
@ -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…
x
Reference in New Issue
Block a user