![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| QJsonObject | tryConvertFromQGeoRectangle (const QGeoRectangle &boundingGeoRect) |
| QGeoRectangle | tryConvertToQGeoRectangle (const QJsonObject &coordinateBounds) |
Variables | |
| const QString | northeastKey = QStringLiteral("northeast") |
| const QString | southwestKey = QStringLiteral("southwest") |
| QJsonObject OhosMapKit::CoordinateBoundsJson::tryConvertFromQGeoRectangle | ( | const QGeoRectangle & | boundingGeoRect | ) |
Definition at line 87 of file qohosmapkitcommon.cpp.
| QGeoRectangle OhosMapKit::CoordinateBoundsJson::tryConvertToQGeoRectangle | ( | const QJsonObject & | coordinateBounds | ) |
Definition at line 101 of file qohosmapkitcommon.cpp.
| const QString OhosMapKit::CoordinateBoundsJson::northeastKey = QStringLiteral("northeast") |
Definition at line 84 of file qohosmapkitcommon.cpp.
| const QString OhosMapKit::CoordinateBoundsJson::southwestKey = QStringLiteral("southwest") |
Definition at line 85 of file qohosmapkitcommon.cpp.