Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qlocationutils_p.h File Reference

(a2584d86d5d42d1614bdc343ca18713fa1de5ba1)

#include <QtCore/QtGlobal>
#include <math.h>
#include <qmath.h>
#include <QtPositioning/QGeoCoordinate>
#include <QtPositioning/QNmeaSatelliteInfoSource>
#include <QtPositioning/private/qpositioningglobal_p.h>
+ Include dependency graph for qlocationutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLocationUtils
 

Variables

static const double offsetEpsilon = 1e-12
 
static const double leftOffset = -180.0 + offsetEpsilon
 
static const double rightOffset = 180.0 - offsetEpsilon
 

Variable Documentation

◆ leftOffset

◆ offsetEpsilon

const double offsetEpsilon = 1e-12
static

Definition at line 24 of file qlocationutils_p.h.

◆ rightOffset

const double rightOffset = 180.0 - offsetEpsilon
static