20 QPlaceResult::QPlaceResult(
const QPlaceSearchResult &other);
22 Q_DECLARE_SEARCHRESULT_COPY_CTOR(QPlaceResult)
25 virtual ~QPlaceResult();
27 qreal distance()
const;
28 void setDistance(qreal distance);
31 void setPlace(
const QPlace &place);
33 bool isSponsored()
const;
34 void setSponsored(
bool sponsored);
37 Q_DECLARE_SEARCHRESULT_D_FUNC(QPlaceResult)