Searched refs:fitViewportToGeoShape (Results 1 – 7 of 7) sorted by relevance
29 - [QTBUG-57027] Fixed fitViewportToGeoShape on rectangles crossing the date
35 - Added Map.fitViewportToGeoShape(shape, margins).
32 - Restored usage of setProperty on Map.fitViewportToGeoShape
201 Q_REVISION(13) Q_INVOKABLE void fitViewportToGeoShape(const QGeoShape &shape, QVariant margins);202 …void fitViewportToGeoShape(const QGeoShape &shape, const QMargins &borders = QMargins(10, 10, 10, …
1342 fitViewportToGeoShape(m_visibleRegion); in setVisibleRegion()1628 void QDeclarativeGeoMap::fitViewportToGeoShape(const QGeoShape &shape, QVariant margins) in fitViewportToGeoShape() function in QDeclarativeGeoMap1642 fitViewportToGeoShape(shape, m); in fitViewportToGeoShape()1645 void QDeclarativeGeoMap::fitViewportToGeoShape(const QGeoShape &shape, const QMargins &borders) in fitViewportToGeoShape() function in QDeclarativeGeoMap2318 fitViewportToGeoShape(m_visibleRegion); in geometryChanged()
48 …\li replaced fitViewportToGeoShape() method with \l[QML]{QtLocation::Map::}{visibleRegion} property
605 name: "fitViewportToGeoShape"