summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomaneuver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomaneuver.h')
-rw-r--r--src/location/maps/qgeomaneuver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h
index 9710f8fc..a86acfbd 100644
--- a/src/location/maps/qgeomaneuver.h
+++ b/src/location/maps/qgeomaneuver.h
@@ -39,6 +39,7 @@
#include <QtCore/qshareddata.h>
#include <QtLocation/qlocationglobal.h>
+#include <QVariantMap>
QT_BEGIN_NAMESPACE
@@ -95,6 +96,9 @@ public:
void setWaypoint(const QGeoCoordinate &coordinate);
QGeoCoordinate waypoint() const;
+ void setExtendedAttributes(const QVariantMap &extendedAttributes);
+ QVariantMap extendedAttributes() const;
+
private:
QSharedDataPointer<QGeoManeuverPrivate> d_ptr;
};