summaryrefslogtreecommitdiff
path: root/src/imports/locationlabs/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/locationlabs/plugins.qmltypes')
-rw-r--r--src/imports/locationlabs/plugins.qmltypes11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/locationlabs/plugins.qmltypes b/src/imports/locationlabs/plugins.qmltypes
index 24abe0a2..d69039b1 100644
--- a/src/imports/locationlabs/plugins.qmltypes
+++ b/src/imports/locationlabs/plugins.qmltypes
@@ -39,6 +39,8 @@ Module {
Signal { name: "currentSegmentChanged" }
Signal { name: "nextManeuverIconChanged" }
Signal { name: "progressInformationChanged" }
+ Signal { name: "isOnRouteChanged" }
+ Signal { name: "alternativeRoutesChanged" }
Method { name: "start"; type: "bool" }
Method { name: "stop"; type: "bool" }
Method {
@@ -66,6 +68,12 @@ Module {
isPointer: true
}
Property { name: "currentSegment"; type: "int"; isReadonly: true }
+ Property {
+ name: "alternativeRoutes"
+ type: "QAbstractItemModel"
+ isReadonly: true
+ isPointer: true
+ }
Signal { name: "progressInformationChanged" }
Signal {
name: "waypointReached"
@@ -86,6 +94,8 @@ Module {
Property { name: "active"; type: "bool" }
Property { name: "navigatorReady"; type: "bool"; isReadonly: true }
Property { name: "trackPositionSource"; type: "bool" }
+ Property { name: "automaticReroutingEnabled"; type: "bool" }
+ Property { name: "isOnRoute"; type: "bool"; isReadonly: true }
Property {
name: "directions"
type: "QDeclarativeNavigationBasicDirections"
@@ -107,6 +117,7 @@ Module {
name: "activeChanged"
Parameter { name: "active"; type: "bool" }
}
+ Method { name: "recalculateRoutes" }
}
Component {
name: "QGeoMapObject"