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.";
void setExtendedData(const GeoDataExtendedData &extendedData)
Sets the ExtendedData of the feature.
Definition: GeoDataFeature.cpp:658
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:121
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
~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
void setAddress(const QString &value)
Set the address of this feature to value.
Definition: GeoDataFeature.cpp:496
Definition: GeoDataData.h:26
void addValue(const GeoDataData &data)
add a data object to the GeoDataExtendedData with the key
Definition: GeoDataExtendedData.cpp:59
void reverseGeocodingFinished(const GeoDataCoordinates &coordinates, const GeoDataPlacemark &placemark)
Reverse geocoding is finished, result in the given placemark.
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.