summaryrefslogtreecommitdiffstats
path: root/src/imports/positioning/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/positioning/plugins.qmltypes')
-rw-r--r--src/imports/positioning/plugins.qmltypes26
1 files changed, 22 insertions, 4 deletions
diff --git a/src/imports/positioning/plugins.qmltypes b/src/imports/positioning/plugins.qmltypes
index dab72802..c599d841 100644
--- a/src/imports/positioning/plugins.qmltypes
+++ b/src/imports/positioning/plugins.qmltypes
@@ -4,10 +4,10 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtPositioning 5.11'
+// 'qmlplugindump -nonrelocatable QtPositioning 5.12'
Module {
- dependencies: ["QtQuick 2.8"]
+ dependencies: ["QtQuick 2.12"]
Component {
name: "LocationSingleton"
prototype: "QObject"
@@ -73,13 +73,19 @@ Module {
type: "QGeoPath"
Parameter { name: "value"; type: "QJSValue" }
}
- Method { name: "polygon"; type: "QGeoPath" }
+ Method { name: "polygon"; type: "QGeoPolygon" }
Method {
name: "polygon"
- type: "QGeoPath"
+ type: "QGeoPolygon"
Parameter { name: "value"; type: "QVariantList" }
}
Method {
+ name: "polygon"
+ type: "QGeoPolygon"
+ Parameter { name: "perimeter"; type: "QVariantList" }
+ Parameter { name: "holes"; type: "QVariantList" }
+ }
+ Method {
name: "shapeToCircle"
type: "QGeoCircle"
Parameter { name: "shape"; type: "QGeoShape" }
@@ -99,6 +105,18 @@ Module {
type: "QGeoPolygon"
Parameter { name: "shape"; type: "QGeoShape" }
}
+ Method {
+ name: "mercatorToCoord"
+ revision: 12
+ type: "QGeoCoordinate"
+ Parameter { name: "mercator"; type: "QPointF" }
+ }
+ Method {
+ name: "coordToMercator"
+ revision: 12
+ type: "QPointF"
+ Parameter { name: "coord"; type: "QGeoCoordinate" }
+ }
}
Component {
name: "QDeclarativeGeoAddress"