Searched refs:fitData (Results 1 – 1 of 1) sorted by relevance
1655 …const QPair<QGeoCoordinate, qreal> fitData = p.fitViewportToGeoRectangle(shape.boundingGeoRectangl… in fitViewportToGeoShape() local1657 if (!fitData.first.isValid()) in fitViewportToGeoShape()1661 …setProperty("center", QVariant::fromValue(fitData.first)); // not using setCenter(centerCoordinate… in fitViewportToGeoShape()1663 if (!qIsFinite(fitData.second)) in fitViewportToGeoShape()1665 double newZoom = qMax<double>(minimumZoomLevel(), fitData.second); in fitViewportToGeoShape()