Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 730

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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" />
<!-- qcontactdetails.cpp -->
  <title>Qt Mobility 1.2: QContactGeoLocation Class Reference</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtcontacts.html">QtContacts</a></li>
<li>QContactGeoLocation</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#static-public-members">Static Public Members</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QContactGeoLocation Class Reference</h1>
<!-- $$$QContactGeoLocation-brief -->
<p>The QContactGeoLocation class contains a global location coordinate associated with a contact. <a href="#details">More...</a></p>
<!-- @@@QContactGeoLocation -->
<pre class="cpp"> <span class="preprocessor">#include &lt;QContactGeoLocation&gt;</span></pre><p><b>Inherits: </b><a href="qcontactdetail.html">QContactDetail</a>.</p>
<ul>
<li><a href="qcontactgeolocation-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> double </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#accuracy">accuracy</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> double </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#altitude">altitude</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> double </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#altitudeAccuracy">altitudeAccuracy</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> double </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#heading">heading</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#label">label</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> double </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#latitude">latitude</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> double </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#longitude">longitude</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setAccuracy">setAccuracy</a></b> ( double <i>accuracy</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setAltitude">setAltitude</a></b> ( double <i>altitude</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setAltitudeAccuracy">setAltitudeAccuracy</a></b> ( double <i>altitudeAccuracy</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setHeading">setHeading</a></b> ( double <i>heading</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setLabel">setLabel</a></b> ( const QString &amp; <i>label</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setLatitude">setLatitude</a></b> ( double <i>latitude</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setLongitude">setLongitude</a></b> ( double <i>longitude</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setSpeed">setSpeed</a></b> ( double <i>speed</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#setTimestamp">setTimestamp</a></b> ( const QDateTime &amp; <i>timestamp</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> double </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#speed">speed</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QDateTime </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#timestamp">timestamp</a></b> () const</td></tr>
</table>
<ul>
<li class="fn">29 public functions inherited from <a href="qcontactdetail.html#public-functions">QContactDetail</a></li>
</ul>
<a name="static-public-members"></a>
<h2>Static Public Members</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#DefinitionName-var">DefinitionName</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldAccuracy-var">FieldAccuracy</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldAltitude-var">FieldAltitude</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldAltitudeAccuracy-var">FieldAltitudeAccuracy</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldHeading-var">FieldHeading</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldLabel-var">FieldLabel</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldLatitude-var">FieldLatitude</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldLongitude-var">FieldLongitude</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldSpeed-var">FieldSpeed</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactgeolocation.html#FieldTimestamp-var">FieldTimestamp</a></b></td></tr>
</table>
<a name="details"></a>
<!-- $$$QContactGeoLocation-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QContactGeoLocation class contains a global location coordinate associated with a contact.</p>
<p>This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.</p>
</div>
<!-- @@@QContactGeoLocation -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$accuracy[overload1]$$$accuracy -->
<h3 class="fn"><a name="accuracy"></a><span class="type">double</span> QContactGeoLocation::<span class="name">accuracy</span> () const</h3>
<p>Returns the accuracy (in metres) of the latitude and longitude of the location stored in the detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setAccuracy">setAccuracy</a>().</p>
<!-- @@@accuracy -->
<!-- $$$altitude[overload1]$$$altitude -->
<h3 class="fn"><a name="altitude"></a><span class="type">double</span> QContactGeoLocation::<span class="name">altitude</span> () const</h3>
<p>Returns the altitude (in metres) of the location stored in the detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setAltitude">setAltitude</a>().</p>
<!-- @@@altitude -->
<!-- $$$altitudeAccuracy[overload1]$$$altitudeAccuracy -->
<h3 class="fn"><a name="altitudeAccuracy"></a><span class="type">double</span> QContactGeoLocation::<span class="name">altitudeAccuracy</span> () const</h3>
<p>Returns the accuracy of the altitude portion of the location stored in the detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setAltitudeAccuracy">setAltitudeAccuracy</a>().</p>
<!-- @@@altitudeAccuracy -->
<!-- $$$heading[overload1]$$$heading -->
<h3 class="fn"><a name="heading"></a><span class="type">double</span> QContactGeoLocation::<span class="name">heading</span> () const</h3>
<p>Returns the heading (at the time of measurement) of the location-aware device that recorded (or was provided) the measurement.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setHeading">setHeading</a>().</p>
<!-- @@@heading -->
<!-- $$$label[overload1]$$$label -->
<h3 class="fn"><a name="label"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QContactGeoLocation::<span class="name">label</span> () const</h3>
<p>Returns the label of the location stored in the detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setLabel">setLabel</a>().</p>
<!-- @@@label -->
<!-- $$$latitude[overload1]$$$latitude -->
<h3 class="fn"><a name="latitude"></a><span class="type">double</span> QContactGeoLocation::<span class="name">latitude</span> () const</h3>
<p>Returns the latitude portion of the coordinate (specified in decimal degrees) of the location stored in the detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setLatitude">setLatitude</a>().</p>
<!-- @@@latitude -->
<!-- $$$longitude[overload1]$$$longitude -->
<h3 class="fn"><a name="longitude"></a><span class="type">double</span> QContactGeoLocation::<span class="name">longitude</span> () const</h3>
<p>Returns the longitude portion of the coordinate (specified in decimal degrees) of the location stored in the detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setLongitude">setLongitude</a>().</p>
<!-- @@@longitude -->
<!-- $$$setAccuracy[overload1]$$$setAccuracydouble -->
<h3 class="fn"><a name="setAccuracy"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setAccuracy</span> ( <span class="type">double</span> <i>accuracy</i> )</h3>
<p>Specifies that the latitude and longitude portions of the location stored in the detail are accurate to within <i>accuracy</i> metres.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#accuracy">accuracy</a>().</p>
<!-- @@@setAccuracy -->
<!-- $$$setAltitude[overload1]$$$setAltitudedouble -->
<h3 class="fn"><a name="setAltitude"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setAltitude</span> ( <span class="type">double</span> <i>altitude</i> )</h3>
<p>Sets the altitude portion of the coordinate (in metres above the ellipsoid) of the location stored in the detail to <i>altitude</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#altitude">altitude</a>().</p>
<!-- @@@setAltitude -->
<!-- $$$setAltitudeAccuracy[overload1]$$$setAltitudeAccuracydouble -->
<h3 class="fn"><a name="setAltitudeAccuracy"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setAltitudeAccuracy</span> ( <span class="type">double</span> <i>altitudeAccuracy</i> )</h3>
<p>Sets the altitude-accuracy portion of the coordinate (in metres) of the location stored in the detail to <i>altitudeAccuracy</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#altitudeAccuracy">altitudeAccuracy</a>().</p>
<!-- @@@setAltitudeAccuracy -->
<!-- $$$setHeading[overload1]$$$setHeadingdouble -->
<h3 class="fn"><a name="setHeading"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setHeading</span> ( <span class="type">double</span> <i>heading</i> )</h3>
<p>Sets the heading portion of the coordinate (in decimal degrees clockwise relative to true north) of the location-aware device at the time of measurement to <i>heading</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#heading">heading</a>().</p>
<!-- @@@setHeading -->
<!-- $$$setLabel[overload1]$$$setLabelconstQString& -->
<h3 class="fn"><a name="setLabel"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setLabel</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>label</i> )</h3>
<p>Sets the label of the location stored in the detail to <i>label</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#label">label</a>().</p>
<!-- @@@setLabel -->
<!-- $$$setLatitude[overload1]$$$setLatitudedouble -->
<h3 class="fn"><a name="setLatitude"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setLatitude</span> ( <span class="type">double</span> <i>latitude</i> )</h3>
<p>Sets the latitude portion of the coordinate (in decimal degrees) of the location stored in the detail to <i>latitude</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#latitude">latitude</a>().</p>
<!-- @@@setLatitude -->
<!-- $$$setLongitude[overload1]$$$setLongitudedouble -->
<h3 class="fn"><a name="setLongitude"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setLongitude</span> ( <span class="type">double</span> <i>longitude</i> )</h3>
<p>Sets the longitude portion of the coordinate (in decimal degrees) of the location stored in the detail to <i>longitude</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#longitude">longitude</a>().</p>
<!-- @@@setLongitude -->
<!-- $$$setSpeed[overload1]$$$setSpeeddouble -->
<h3 class="fn"><a name="setSpeed"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setSpeed</span> ( <span class="type">double</span> <i>speed</i> )</h3>
<p>Sets the speed portion of the coordinate (in metres per second) of the location-aware device at the time of measurement to <i>speed</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#speed">speed</a>().</p>
<!-- @@@setSpeed -->
<!-- $$$setTimestamp[overload1]$$$setTimestampconstQDateTime& -->
<h3 class="fn"><a name="setTimestamp"></a><span class="type">void</span> QContactGeoLocation::<span class="name">setTimestamp</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> &amp; <i>timestamp</i> )</h3>
<p>Sets the creation (or first-valid) timestamp of the location information to <i>timestamp</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#timestamp">timestamp</a>().</p>
<!-- @@@setTimestamp -->
<!-- $$$speed[overload1]$$$speed -->
<h3 class="fn"><a name="speed"></a><span class="type">double</span> QContactGeoLocation::<span class="name">speed</span> () const</h3>
<p>Returns the speed (at the time of measurement) of the location-aware device that recorded (or was provided) the measurement.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setSpeed">setSpeed</a>().</p>
<!-- @@@speed -->
<!-- $$$timestamp[overload1]$$$timestamp -->
<h3 class="fn"><a name="timestamp"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> QContactGeoLocation::<span class="name">timestamp</span> () const</h3>
<p>Returns the timestamp associated with the location stored in the detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#setTimestamp">setTimestamp</a>().</p>
<!-- @@@timestamp -->
</div>
<div class="vars">
<h2>Member Variable Documentation</h2>
<!-- $$$DefinitionName -->
<h3 class="fn"><a name="DefinitionName-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">DefinitionName</span></h3>
<p>The string constant for the definition name of <a href="qcontactgeolocation.html">QContactGeoLocation</a> details.</p>
<!-- @@@DefinitionName -->
<!-- $$$FieldAccuracy -->
<h3 class="fn"><a name="FieldAccuracy-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldAccuracy</span></h3>
<p>The field key constant for the value containing the location (latitude/longitude) accuracy.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#accuracy">accuracy</a>() and <a href="qcontactgeolocation.html#setAccuracy">setAccuracy</a>().</p>
<!-- @@@FieldAccuracy -->
<!-- $$$FieldAltitude -->
<h3 class="fn"><a name="FieldAltitude-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldAltitude</span></h3>
<p>The field key constant for the value containing the altitude.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#altitude">altitude</a>() and <a href="qcontactgeolocation.html#setAltitude">setAltitude</a>().</p>
<!-- @@@FieldAltitude -->
<!-- $$$FieldAltitudeAccuracy -->
<h3 class="fn"><a name="FieldAltitudeAccuracy-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldAltitudeAccuracy</span></h3>
<p>The field key constant for the value containing the accuracy of the altitude.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#altitudeAccuracy">altitudeAccuracy</a>() and <a href="qcontactgeolocation.html#setAltitudeAccuracy">setAltitudeAccuracy</a>().</p>
<!-- @@@FieldAltitudeAccuracy -->
<!-- $$$FieldHeading -->
<h3 class="fn"><a name="FieldHeading-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldHeading</span></h3>
<p>The field key constant for the value containing the heading.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#heading">heading</a>() and <a href="qcontactgeolocation.html#setHeading">setHeading</a>().</p>
<!-- @@@FieldHeading -->
<!-- $$$FieldLabel -->
<h3 class="fn"><a name="FieldLabel-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldLabel</span></h3>
<p>The field key constant for the value containing the location label.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#label">label</a>() and <a href="qcontactgeolocation.html#setLabel">setLabel</a>().</p>
<!-- @@@FieldLabel -->
<!-- $$$FieldLatitude -->
<h3 class="fn"><a name="FieldLatitude-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldLatitude</span></h3>
<p>The field key constant for the value containing the latitude.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#latitude">latitude</a>() and <a href="qcontactgeolocation.html#setLatitude">setLatitude</a>().</p>
<!-- @@@FieldLatitude -->
<!-- $$$FieldLongitude -->
<h3 class="fn"><a name="FieldLongitude-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldLongitude</span></h3>
<p>The field key constant for the value containing the longitude.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#longitude">longitude</a>() and <a href="qcontactgeolocation.html#setLongitude">setLongitude</a>().</p>
<!-- @@@FieldLongitude -->
<!-- $$$FieldSpeed -->
<h3 class="fn"><a name="FieldSpeed-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldSpeed</span></h3>
<p>The field key constant for the value containing the speed.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#speed">speed</a>() and <a href="qcontactgeolocation.html#setSpeed">setSpeed</a>().</p>
<!-- @@@FieldSpeed -->
<!-- $$$FieldTimestamp -->
<h3 class="fn"><a name="FieldTimestamp-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactGeoLocation::<span class="name">FieldTimestamp</span></h3>
<p>The field key constant for the value containing the timestamp of the location information.</p>
<p><b>See also </b><a href="qcontactgeolocation.html#timestamp">timestamp</a>() and <a href="qcontactgeolocation.html#setTimestamp">setTimestamp</a>().</p>
<!-- @@@FieldTimestamp -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used 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.</p>
</div>
</body>
</html>