From 2b230b0a10d898979e9d5193f4da2e408b397fe3 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Thu, 28 Sep 2017 17:38:56 +0200 Subject: DocFix: mark the new QDeclarativeGeoMap API in 5.10 as tech preview Change-Id: Iec1cf03fe5cb480cb6dcd24b43046d7009a37f23 Reviewed-by: Alex Blasche --- src/location/declarativemaps/qdeclarativegeomap.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 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 -- cgit v1.2.1