21 QPlaceResult::QPlaceResult(
const QPlaceSearchResult &other);
23 Q_DECLARE_SEARCHRESULT_COPY_CTOR(QPlaceResult)
26 virtual ~QPlaceResult();
28 qreal distance()
const;
29 void setDistance(qreal distance);
32 void setPlace(
const QPlace &place);
34 bool isSponsored()
const;
35 void setSponsored(
bool sponsored);
38 Q_DECLARE_SEARCHRESULT_D_FUNC(QPlaceResult)