QPlaceMatchReply¶
The
QPlaceMatchReply
class manages a place matching operation started by an instance ofQPlaceManager
. More…
Synopsis¶
Functions¶
def
places
()def
request
()def
setPlaces
(results)def
setRequest
(request)
Detailed Description¶
If the operation is successful, the number of places in the reply matches those in the request. If a particular place in the request is not found, a default constructed place is used as a place holder in the reply. In this way, there is always a one is to one relationship between input places in the request, and output places in the reply.
If the operation is not successful the number of places is always zero.
See Matching places between managers for an example on how to use a match reply.
See also
- class PySide2.QtLocation.QPlaceMatchReply([parent=None])¶
- param parent:
Constructs a match reply with a given
parent
.
- PySide2.QtLocation.QPlaceMatchReply.places()¶
- Return type:
Returns a list of matching places;
See also
- PySide2.QtLocation.QPlaceMatchReply.request()¶
- Return type:
Returns the match request that was used to generate this reply.
See also
- PySide2.QtLocation.QPlaceMatchReply.setPlaces(results)¶
- Parameters:
results –
Sets the list of matching
places
.See also
- PySide2.QtLocation.QPlaceMatchReply.setRequest(request)¶
- Parameters:
request –
PySide2.QtLocation.QPlaceMatchRequest
Sets the match
request
used to generate this reply.See also
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.