summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeomap.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomap.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomap.cpp b/src/location/declarativemaps/qdeclarativegeomap.cpp
index 9745e315..7087a50f 100644
--- a/src/location/declarativemaps/qdeclarativegeomap.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomap.cpp
@@ -1481,6 +1481,8 @@ QQmlListProperty<QDeclarativeGeoMapType> QDeclarativeGeoMap::supportedMapTypes()
If the Plugin used for the Map does not support bearing, or if the map is tilted and \a coordinate happens
to be behind the camera, or if the map is not ready (see \l mapReady), calling this method will have no effect.
+ The release of this API with Qt 5.10 is a Technology Preview.
+
\since 5.10
*/
void QDeclarativeGeoMap::setBearing(qreal bearing, const QGeoCoordinate &coordinate)
@@ -1512,6 +1514,8 @@ void QDeclarativeGeoMap::setBearing(qreal bearing, const QGeoCoordinate &coordin
If the map is tilted, and \a coordinate happens to be behind the camera, or if the map is not ready
(see \l mapReady), calling this method will have no effect.
+ The release of this API with Qt 5.10 is a Technology Preview.
+
\sa center
\since 5.10