Marble

TileLayer.cpp
1 #include "TileLayer.h"
2 
3 namespace Marble
4 {
5 
6 TileLayer::TileLayer()
7 {
8 
9 }
10 
11 QStringList TileLayer::renderPosition() const
12 {
13  return QStringList(QStringLiteral("SURFACE"));
14 }
15 
16 
17 }
18 
19 #include "moc_TileLayer.cpp"
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Oct 4 2023 04:09:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.