From 8a7b25d4acf788622a2911f65f2a92bd77677124 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 28 Jun 2016 15:44:30 +0200 Subject: Doc: corrected link issues to coordinate qml type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifa6fba19f79385d4806fad5ac58b36bada6e3df2 Reviewed-by: Topi Reiniƶ --- src/location/doc/src/qml-maps.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/location/doc/src/qml-maps.qdoc b/src/location/doc/src/qml-maps.qdoc index 9b6232f5..ecc21672 100644 --- a/src/location/doc/src/qml-maps.qdoc +++ b/src/location/doc/src/qml-maps.qdoc @@ -47,7 +47,7 @@ Map item you can center the map, zoom, pinch and make the item flickable. The places to be added to the map are \l {Maps and Navigation (QML)#Putting Objects on a Map (Map Overlay Objects)}{MapItems}. The item's -position is defined by a \l {coordinate}{coordinate} which includes latitude, +position is defined by a \l {coordinate} which includes latitude, longitude and altitude. The item is then displayed automatically after it is added to the \l Map. \section2 Position on map @@ -112,7 +112,7 @@ snippet we see an \l [QML]{Address} object filled with the desired parameters. \snippet mapviewer/mapviewer.qml geocode0 The \l [QML]{Address} is later used in a query for the \l GeocodeModel to -process and determine the geographical \l [QML]{Coordinate}{coordinates}. +process and determine the geographical \l [QML]{coordinate}{coordinates}. \snippet mapviewer/map/MapComponent.qml geocode1 -- cgit v1.2.1