Searched defs:bottomLeft (Results 1 – 2 of 2) sorted by relevance
378 void QGeoRectangle::setBottomLeft(const QGeoCoordinate &bottomLeft) in setBottomLeft()389 QGeoCoordinate QGeoRectangle::bottomLeft() const in bottomLeft() function in QGeoRectangle
78 … QMapbox::Coordinate bottomLeft { rect->bottomLeft().latitude(), rect->bottomLeft().longitude() }; in featureFromMapRectangle() local