Searched defs:topRight (Results 1 – 2 of 2) sorted by relevance
353 void QGeoRectangle::setTopRight(const QGeoCoordinate &topRight) in setTopRight()364 QGeoCoordinate QGeoRectangle::topRight() const in topRight() function in QGeoRectangle
81 QMapbox::Coordinate topRight { rect->topRight().latitude(), rect->topRight().longitude() }; in featureFromMapRectangle() local