summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qtlocation-changes.qdoc
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-11-18 18:16:12 +0100
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-11-23 14:05:04 +0000
commit608c17acaf124a9f6b83316e03a40b8d01fef92e (patch)
tree18b6ae4f23189982f537532484f865028d7d93b9 /src/location/doc/src/qtlocation-changes.qdoc
parent775dc837ecc5cd71a34cb8b87225a9196df7cff1 (diff)
downloadqtlocation-608c17acaf124a9f6b83316e03a40b8d01fef92e.tar.gz
Remove fitViewportToGeoShape from map qml api
Use visibleRegion to fit the map's viewport [ChangeLog][Map] Remove fitViewportToGeoShape from map qml api Change-Id: I378329602a5c1f4cceda327f7abcca61c1217564 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/location/doc/src/qtlocation-changes.qdoc')
-rw-r--r--src/location/doc/src/qtlocation-changes.qdoc12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/location/doc/src/qtlocation-changes.qdoc b/src/location/doc/src/qtlocation-changes.qdoc
index 0645c088..a901751b 100644
--- a/src/location/doc/src/qtlocation-changes.qdoc
+++ b/src/location/doc/src/qtlocation-changes.qdoc
@@ -33,12 +33,14 @@
\b{\l{QtLocation::Map}{Map} Component}
\list
\li removed wheelAngleChanged() signal
- \li added \l[QML]{QtLocation::Map}{error} property
- \li added \l[QML]{QtLocation::Map}{errorString} property
- \li added \l[QML]{QtLocation::Map}{copyrightLinkActivated} signal
+ \li added \l[QML]{QtLocation::Map::}{error} property
+ \li added \l[QML]{QtLocation::Map::}{errorString} property
+ \li added \l[QML]{QtLocation::Map::}{copyrightLinkActivated} signal
\li removed toScreenPosition() method
- \li added \l[QML]{QtLocation::Map}{fromCoordinate}() method
- \li replaced cameraStopped() method with \l[QML]{QtLocation::Map}{prefetchData}() method
+ \li added \l[QML]{QtLocation::Map::}{fromCoordinate}() method
+ \li replaced cameraStopped() method with \l[QML]{QtLocation::Map::}{prefetchData} method
+ \li replaced fitViewportToGeoShape() method with \l[QML]{QtLocation::Map::}{visibleRegion} property
+
\endlist
\b{\l{QtLocation::MapGestureArea}{MapGestureArea} Component}