Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
OhosMapKit::CoordinateBoundsJson Namespace Reference

Functions

QJsonObject tryConvertFromQGeoRectangle (const QGeoRectangle &boundingGeoRect)
QGeoRectangle tryConvertToQGeoRectangle (const QJsonObject &coordinateBounds)

Variables

const QString northeastKey = QStringLiteral("northeast")
const QString southwestKey = QStringLiteral("southwest")

Function Documentation

◆ tryConvertFromQGeoRectangle()

QJsonObject OhosMapKit::CoordinateBoundsJson::tryConvertFromQGeoRectangle ( const QGeoRectangle & boundingGeoRect)

Definition at line 87 of file qohosmapkitcommon.cpp.

◆ tryConvertToQGeoRectangle()

QGeoRectangle OhosMapKit::CoordinateBoundsJson::tryConvertToQGeoRectangle ( const QJsonObject & coordinateBounds)

Definition at line 101 of file qohosmapkitcommon.cpp.

Variable Documentation

◆ northeastKey

const QString OhosMapKit::CoordinateBoundsJson::northeastKey = QStringLiteral("northeast")

Definition at line 84 of file qohosmapkitcommon.cpp.

◆ southwestKey

const QString OhosMapKit::CoordinateBoundsJson::southwestKey = QStringLiteral("southwest")

Definition at line 85 of file qohosmapkitcommon.cpp.