QGeoView
1.0
QGeoView documentation
|
Public Member Functions | |
GeoRect (double lat1, double lon1, double lat2, double lon2) | |
GeoRect (GeoPos const &pos1, GeoPos const &pos2) | |
bool | isEmpty () const |
GeoPos | topLeft () const |
GeoPos | topRight () const |
GeoPos | bottomLeft () const |
GeoPos | bottomRight () const |
double | lonLeft () const |
double | lonRight () const |
double | latBottom () const |
double | latTop () const |
bool | contains (GeoPos const &pos) const |
bool | contains (GeoRect const &rect) const |
bool | intersects (GeoRect const &rect) const |
bool | operator== (const GeoRect &rhs) |
bool | operator!= (const GeoRect &rhs) |