summaryrefslogtreecommitdiff
path: root/src/imports/positioning
diff options
context:
space:
mode:
authorAlex Blasche <alex.blasche@qt.io>2018-08-30 18:01:53 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-09-24 07:46:00 +0000
commit943d19073065e7323f36129393ae2408540fb7b4 (patch)
tree819833fbb6b1ef55719bfded36d1175764b5aa73 /src/imports/positioning
parent2b57cb94c2de0671f19bb7f864283586a70b3d15 (diff)
downloadqtlocation-943d19073065e7323f36129393ae2408540fb7b4.tar.gz
Update plugins.qmltypes
Task-number: QTBUG-70264 Change-Id: I2922b855d08e42bbd771cc959ea9b6e97eed60b9 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/imports/positioning')
-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"