summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocameradata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeocameradata_p.h')
-rw-r--r--src/location/maps/qgeocameradata_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/location/maps/qgeocameradata_p.h b/src/location/maps/qgeocameradata_p.h
index c245fbfd..4912ec3e 100644
--- a/src/location/maps/qgeocameradata_p.h
+++ b/src/location/maps/qgeocameradata_p.h
@@ -82,6 +82,9 @@ public:
void setRoll(double roll);
double roll() const;
+ void setFieldOfView(double fieldOfView);
+ double fieldOfView() const;
+
// Zoom level is intended to be relative to a tileSize of 256^2 pixels.
// E.g., a zoom level of 0 must result in a mapWidth of 256, and so on.
void setZoomLevel(double zoomLevel);