15 QGeoAddress geoAddress = qmlObject->property(
"address").value<QGeoAddress>();
19 qmlObject->setProperty(
"address", QVariant::fromValue(geoAddress));
23 QGeoLocation geoLocation = qmlObject->property(
"location").value<QGeoLocation>();
27 qmlObject->setProperty(
"location", QVariant::fromValue(geoLocation));