/usr/share/qt5/doc/qtpositioning/qtpositioning-qmlmodule.html is in qtlocation5-doc-html 5.2.1-1ubuntu2.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtpositioning-qml.qdoc -->
<title>Qt Positioning QML Types | QtPositioning 5.2</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.2</li>
<li><a href="qtpositioning-index.html">Qt Positioning</a></li>
<li>Qt Positioning QML Types</li>
<li id="buildversion">
Qt 5.2.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<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>
<h1 class="title">Qt Positioning QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtPositioning-description -->
<div class="descr"> <a name="details"></a>
<a name="overview"></a>
<h2>Overview</h2>
<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>
<h3>Positioning QML Concepts</h3>
<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="qml-coordinate.html">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="qml-coordinate.html">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 {Positioning (QML)}{Location Positioning via QML}</p>
<a name="basic-types"></a>
<h2>Basic Types</h2>
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-coordinate.html">coordinate</a></p></td><td class="tblDescr"><p>The coordinate 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>The geocircle 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>The georectangle 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>
<a name="alphabetical-listing-of-all-qml-types"></a>
<h2>Alphabetical Listing of all QML Types</h2>
</div>
<!-- @@@QtPositioning -->
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtpositioning-qtpositioning.html">QtPositioning</a></p></td><td class="tblDescr"><p>The QtPositioning global object provides useful functions for working with location-based types in QML.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-coordinate.html">coordinate</a></p></td><td class="tblDescr"><p>The coordinate type represents and stores a geographic position.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-geocircle.html">geocircle</a></p></td><td class="tblDescr"><p>The geocircle type represents a circular geographic area.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-georectangle.html">georectangle</a></p></td><td class="tblDescr"><p>The georectangle type represents a rectangular geographic area.</p></td></tr>
<tr class="odd 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>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtpositioning-position.html">Position</a></p></td><td class="tblDescr"><p>The Position 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>The PositionSource type provides the device's current position.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtpositioning-address.html">Address</a></p></td><td class="tblDescr"><p>The Address QML type represents a specific location as a street address.</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>The Location type holds location data.</p></td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. 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> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|