mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 12:31:11 +00:00
Forgot one
This commit is contained in:
@@ -97,7 +97,7 @@ public class ReactNativeMapboxGLModule extends ReactContextBaseJavaModule {
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void removeAllAnnotations(String mapRef) {
|
||||
public void removeAllAnnotations(int mapRef) {
|
||||
aPackage.getManager().removeAllAnnotations(aPackage.getManager().getMapView(), true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user