summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.hpp
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-07-03 18:37:13 +0200
committerTobrun <tobrun@mapbox.com>2018-07-05 13:30:50 +0200
commitec78936e18946e3cad75d23beb03b90fcf0cb915 (patch)
treed8dcdbfd524b9eb420c0b54858e8e5d47ac14ebf /platform/android/src/native_map_view.hpp
parentadd9eecd9968c2747591aaabc74b76762ba140fe (diff)
downloadqtlocation-mapboxgl-ec78936e18946e3cad75d23beb03b90fcf0cb915.tar.gz
[android] - add bearing and pitch to get camera for geometry
Diffstat (limited to 'platform/android/src/native_map_view.hpp')
-rwxr-xr-xplatform/android/src/native_map_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/native_map_view.hpp b/platform/android/src/native_map_view.hpp
index d189ebcbec..321d43c5e9 100755
--- a/platform/android/src/native_map_view.hpp
+++ b/platform/android/src/native_map_view.hpp
@@ -106,7 +106,7 @@ public:
jni::Object<CameraPosition> getCameraForLatLngBounds(jni::JNIEnv&, jni::Object<mbgl::android::LatLngBounds>, double top, double left, double bottom, double right, double bearing, double tilt);
- jni::Object<CameraPosition> getCameraForGeometry(jni::JNIEnv&, jni::Object<geojson::Geometry>, double bearing, double top, double left, double bottom, double right);
+ jni::Object<CameraPosition> getCameraForGeometry(jni::JNIEnv&, jni::Object<geojson::Geometry>, double top, double left, double bottom, double right, double bearing, double tilt);
void setReachability(jni::JNIEnv&, jni::jboolean);