From 6179e0f9c05d178b2475e54a49568b57d66b68ae Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Fri, 11 Aug 2017 14:38:19 +0300 Subject: [core] Added Style::getDefaultCamera() --- include/mbgl/style/style.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/mbgl/style/style.hpp b/include/mbgl/style/style.hpp index cb84922b4d..d6fdbd8f2c 100644 --- a/include/mbgl/style/style.hpp +++ b/include/mbgl/style/style.hpp @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include @@ -32,10 +33,7 @@ public: // Defaults std::string getName() const; - LatLng getDefaultLatLng() const; - double getDefaultZoom() const; - double getDefaultBearing() const; - double getDefaultPitch() const; + CameraOptions getDefaultCamera() const; // TransitionOptions TransitionOptions getTransitionOptions() const; -- cgit v1.2.1