fixed setCenterCoordinateZoomLevel on android

This commit is contained in:
J
2016-01-15 22:13:09 +08:00
parent f553a07144
commit 8ec4b020cc
2 changed files with 3 additions and 2 deletions
@@ -84,7 +84,7 @@ public class ReactNativeMapboxGLModule extends ReactContextBaseJavaModule {
location.putDouble("latitude", latitude);
location.putDouble("longitude", longitude);
location.putDouble("zoom", zoom);
aPackage.getManager().setCenterCoordinate(aPackage.getManager().getMapView(), location);
aPackage.getManager().setCenterCoordinateZoomLevel(aPackage.getManager().getMapView(), location);
}
@ReactMethod