/usr/share/qt5/doc/qtpositioning/qtpositioning-qmlmodule.html is in qtlocation5-doc-html 5.5.1-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtpositioning-qml.qdoc -->
<title>Qt Positioning QML Types | Qt Positioning 5.5</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<ul>
<li>Qt 5.5</li>
<li><a href="qtpositioning-index.html">Qt Positioning</a></li>
<li>Qt Positioning QML Types</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#overview">Overview</a></li>
<li class="level2"><a href="#positioning-qml-concepts">Positioning QML Concepts</a></li>
<li class="level1"><a href="#basic-types">Basic Types</a></li>
<li class="level1"><a href="#alphabetical-listing-of-all-qml-types">Alphabetical Listing of All QML Types</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Positioning QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtPositioning-description -->
<div class="descr"> <a name="details"></a>
</p>
<a name="overview"></a>
<h4 >Overview</h4>
<p>The identifying string for this module is <i>QtPositioning</i>. To use include the following import statement in the QML file.</p>
<pre class="qml">import QtPositioning 5.2</pre>
<a name="positioning-qml-concepts"></a>
<h5 >Positioning QML Concepts</h5>
<p>Position information can come from a variety of sources including satellites, wifi, text files and so on. The position is described by the latitude, the longitude, and the altitude in meters. For more information see <a href="http://en.wikipedia.org/wiki/Geographic_coordinate">Geographic Coordinate</a>.</p>
<p>The QML position is stored in a <a href="location-positioning-qml.html#coordinate">coordinate</a> which contains the latitude, longitude and altitude of the device. The <a href="qml-qtpositioning-location.html">Location</a> contains this <a href="location-positioning-qml.html#coordinate">coordinate</a> and adds an address, it also has a bounding box which defines the recommended viewing region when displaying the location.</p>
<p>Now that the device has a position, with regular updates the API can determine the speed and heading of the device. It can also define a box or a circle that can produce a notification when the device either leaves or enters that region.</p>
<p>More detailed information retrieving the current position can be found under <a href="location-positioning-qml.html">Location Positioning via QML</a></p>
<a name="basic-types"></a>
<h4 >Basic Types</h4>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-coordinate.html">coordinate</a></p></td><td class="tblDescr"><p>Type represents and stores a geographic position</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-geocircle.html">geocircle</a></p></td><td class="tblDescr"><p>Type represents a circular geographic area</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-georectangle.html">georectangle</a></p></td><td class="tblDescr"><p>Type represents a rectangular geographic area</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-geoshape.html">geoshape</a></p></td><td class="tblDescr"><p>A geoshape type represents an abstract geographic area</p></td></tr>
</table></div>
<a name="alphabetical-listing-of-all-qml-types"></a>
<h4 >Alphabetical Listing of All QML Types</h4>
</div>
<!-- @@@QtPositioning -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtpositioning-address.html">Address</a></p></td><td class="tblDescr"><p>QML type represents a specific location as a street address</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtpositioning-coordinateanimation.html">CoordinateAnimation</a></p></td><td class="tblDescr"><p>A PropertyAnimation for geo coordinate properties</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtpositioning-location.html">Location</a></p></td><td class="tblDescr"><p>Type holds location data</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtpositioning-position.html">Position</a></p></td><td class="tblDescr"><p>Type holds positional data at a particular point in time, such as coordinate (longitude, latitude, altitude) and speed</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtpositioning-positionsource.html">PositionSource</a></p></td><td class="tblDescr"><p>Type provides the device's current position</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtpositioning-qtpositioning.html">QtPositioning</a></p></td><td class="tblDescr"><p>Global object provides useful functions for working with location-based types in QML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-coordinate.html">coordinate</a></p></td><td class="tblDescr"><p>Type represents and stores a geographic position</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-geocircle.html">geocircle</a></p></td><td class="tblDescr"><p>Type represents a circular geographic area</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-georectangle.html">georectangle</a></p></td><td class="tblDescr"><p>Type represents a rectangular geographic area</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-geoshape.html">geoshape</a></p></td><td class="tblDescr"><p>A geoshape type represents an abstract geographic area</p></td></tr>
</table></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2015 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|