marble
GosmoreReverseGeocodingRunner.cpp
Go to the documentation of this file.
58 mDebug() << "Couldn't start gosmore from the current PATH. Install it to retrieve routing results from gosmore.";
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
const T & at(int i) const
void setExtendedData(const GeoDataExtendedData &extendedData)
Sets the ExtendedData of the feature.
Definition: GeoDataFeature.cpp:748
void insert(const QString &name, const QString &value)
void setCoordinate(qreal longitude, qreal latitude, qreal altitude=0, GeoDataCoordinates::Unit _unit=GeoDataCoordinates::Radian)
Set the coordinate of the placemark in longitude and latitude.
Definition: GeoDataPlacemark.cpp:215
qreal latitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the latitude of the GeoDataCoordinates object use the unit parameter to switch between Radi...
Definition: GeoDataCoordinates.cpp:751
a class which allows to add custom data to KML Feature.
Definition: GeoDataExtendedData.h:35
int size() const
QString fromUtf8(const char *str, int size)
~GosmoreRunner()
Definition: GosmoreReverseGeocodingRunner.cpp:81
virtual void reverseGeocoding(const GeoDataCoordinates &coordinates)
Start a reverse geocoding request.
Definition: GosmoreReverseGeocodingRunner.cpp:86
GosmoreRunner(QObject *parent=0)
Definition: GosmoreReverseGeocodingRunner.cpp:72
qreal longitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the longitude of the GeoDataCoordinates object use the unit parameter to switch between Rad...
Definition: GeoDataCoordinates.cpp:739
bool waitForStarted(int msecs)
void setAddress(const QString &value)
Set the address of this feature to value.
Definition: GeoDataFeature.cpp:571
void setProcessEnvironment(const QProcessEnvironment &environment)
Definition: GeoDataData.h:26
void addValue(const GeoDataData &data)
add a data object to the GeoDataExtendedData with the key
Definition: GeoDataExtendedData.cpp:71
T & last()
QProcessEnvironment systemEnvironment()
void reverseGeocodingFinished(const GeoDataCoordinates &coordinates, const GeoDataPlacemark &placemark)
Reverse geocoding is finished, result in the given placemark.
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
QByteArray readAllStandardOutput()
void start(const QString &program, const QStringList &arguments, QFlags< QIODevice::OpenModeFlag > mode)
bool waitForFinished(int msecs)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.