Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QWebMercator Class Reference

#include <qwebmercator_p.h>

+ Collaboration diagram for QWebMercator:

Static Public Member Functions

static QDoubleVector2D coordToMercator (const QGeoCoordinate &coord)
 
static QGeoCoordinate mercatorToCoord (const QDoubleVector2D &mercator)
 
static QGeoCoordinate coordinateInterpolation (const QGeoCoordinate &from, const QGeoCoordinate &to, qreal progress)
 

Detailed Description

Definition at line 26 of file qwebmercator_p.h.

Member Function Documentation

◆ coordinateInterpolation()

QGeoCoordinate QWebMercator::coordinateInterpolation ( const QGeoCoordinate & from,
const QGeoCoordinate & to,
qreal progress )
static

Definition at line 67 of file qwebmercator.cpp.

◆ coordToMercator()

QDoubleVector2D QWebMercator::coordToMercator ( const QGeoCoordinate & coord)
static

Definition at line 20 of file qwebmercator.cpp.

◆ mercatorToCoord()

QGeoCoordinate QWebMercator::mercatorToCoord ( const QDoubleVector2D & mercator)
static

Definition at line 39 of file qwebmercator.cpp.


The documentation for this class was generated from the following files: