# encoding: utf-8
# module PyQt5.QtLocation
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtLocation.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QPlaceMatchRequest(__sip.simplewrapper):
    """
    QPlaceMatchRequest()
    QPlaceMatchRequest(other: QPlaceMatchRequest)
    """
    def clear(self): # real signature unknown; restored from __doc__
        """ clear(self) """
        pass

    def parameters(self): # real signature unknown; restored from __doc__
        """ parameters(self) -> Dict[str, Any] """
        return {}

    def places(self): # real signature unknown; restored from __doc__
        """ places(self) -> List[QPlace] """
        return []

    def setParameters(self, parameters, p_str=None, Any=None): # real signature unknown; restored from __doc__
        """ setParameters(self, parameters: Dict[str, Any]) """
        pass

    def setPlaces(self, places, QPlace=None): # real signature unknown; restored from __doc__
        """ setPlaces(self, places: Iterable[QPlace]) """
        pass

    def setResults(self, results, QPlaceSearchResult=None): # real signature unknown; restored from __doc__
        """ setResults(self, results: Iterable[QPlaceSearchResult]) """
        pass

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __init__(self, other=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        pass

    def __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    AlternativeId = 'alternativeId'
    __hash__ = None


