mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-01 13:37:44 +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 newLatLng(in LatLng latLng);
|
||||||
IObjectWrapper newLatLngZoom(in LatLng latLng, float zoom);
|
IObjectWrapper newLatLngZoom(in LatLng latLng, float zoom);
|
||||||
IObjectWrapper newLatLngBounds(in LatLngBounds bounds, int padding);
|
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();
|
IGoogleMapDelegate getMap();
|
||||||
void onInflate(IObjectWrapper activity, in GoogleMapOptions options, in Bundle savedInstanceState);
|
void onInflate(IObjectWrapper activity, in GoogleMapOptions options, in Bundle savedInstanceState);
|
||||||
void onCreate(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 onResume();
|
||||||
void onPause();
|
void onPause();
|
||||||
void onDestroyView();
|
void onDestroyView();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user