Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtLocation »

Classe « QGeoServiceProvider »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QGeoServiceProvider

Définition

class QGeoServiceProvider(QObject):

Description [extrait de QGeoServiceProvider.__doc__]

QGeoServiceProvider(self, providerName: str, parameters: typing.Dict[str, typing.Any] = Default(QVariantMap), allowExperimental: bool = False)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AlternativeRoutesFeaturePySide2.QtLocation.QGeoServiceProvider.RoutingFeature.AlternativeRoutesFeature
AnyGeocodingFeaturesPySide2.QtLocation.QGeoServiceProvider.GeocodingFeature.AnyGeocodingFeatures
AnyMappingFeaturesPySide2.QtLocation.QGeoServiceProvider.MappingFeature.AnyMappingFeatures
AnyNavigationFeaturesPySide2.QtLocation.QGeoServiceProvider.NavigationFeature.AnyNavigationFeatures
AnyPlacesFeaturesPySide2.QtLocation.QGeoServiceProvider.PlacesFeature.AnyPlacesFeatures
AnyRoutingFeaturesPySide2.QtLocation.QGeoServiceProvider.RoutingFeature.AnyRoutingFeatures
ConnectionErrorPySide2.QtLocation.QGeoServiceProvider.Error.ConnectionError
ExcludeAreasRoutingFeaturePySide2.QtLocation.QGeoServiceProvider.RoutingFeature.ExcludeAreasRoutingFeature
LoaderErrorPySide2.QtLocation.QGeoServiceProvider.Error.LoaderError
LocalizedGeocodingFeaturePySide2.QtLocation.QGeoServiceProvider.GeocodingFeature.LocalizedGeocodingFeature
LocalizedMappingFeaturePySide2.QtLocation.QGeoServiceProvider.MappingFeature.LocalizedMappingFeature
LocalizedPlacesFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.LocalizedPlacesFeature
LocalizedRoutingFeaturePySide2.QtLocation.QGeoServiceProvider.RoutingFeature.LocalizedRoutingFeature
MissingRequiredParameterErrorPySide2.QtLocation.QGeoServiceProvider.Error.MissingRequiredParameterError
NoErrorPySide2.QtLocation.QGeoServiceProvider.Error.NoError
NoGeocodingFeaturesPySide2.QtLocation.QGeoServiceProvider.GeocodingFeature.NoGeocodingFeatures
NoMappingFeaturesPySide2.QtLocation.QGeoServiceProvider.MappingFeature.NoMappingFeatures
NoNavigationFeaturesPySide2.QtLocation.QGeoServiceProvider.NavigationFeature.NoNavigationFeatures
NoPlacesFeaturesPySide2.QtLocation.QGeoServiceProvider.PlacesFeature.NoPlacesFeatures
NoRoutingFeaturesPySide2.QtLocation.QGeoServiceProvider.RoutingFeature.NoRoutingFeatures
NotificationsFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.NotificationsFeature
NotSupportedErrorPySide2.QtLocation.QGeoServiceProvider.Error.NotSupportedError
OfflineGeocodingFeaturePySide2.QtLocation.QGeoServiceProvider.GeocodingFeature.OfflineGeocodingFeature
OfflineMappingFeaturePySide2.QtLocation.QGeoServiceProvider.MappingFeature.OfflineMappingFeature
OfflineNavigationFeaturePySide2.QtLocation.QGeoServiceProvider.NavigationFeature.OfflineNavigationFeature
OfflinePlacesFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.OfflinePlacesFeature
OfflineRoutingFeaturePySide2.QtLocation.QGeoServiceProvider.RoutingFeature.OfflineRoutingFeature
OnlineGeocodingFeaturePySide2.QtLocation.QGeoServiceProvider.GeocodingFeature.OnlineGeocodingFeature
OnlineMappingFeaturePySide2.QtLocation.QGeoServiceProvider.MappingFeature.OnlineMappingFeature
OnlineNavigationFeaturePySide2.QtLocation.QGeoServiceProvider.NavigationFeature.OnlineNavigationFeature
OnlinePlacesFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.OnlinePlacesFeature
OnlineRoutingFeaturePySide2.QtLocation.QGeoServiceProvider.RoutingFeature.OnlineRoutingFeature
PlaceMatchingFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.PlaceMatchingFeature
PlaceRecommendationsFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.PlaceRecommendationsFeature
RemoveCategoryFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.RemoveCategoryFeature
RemovePlaceFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.RemovePlaceFeature
ReverseGeocodingFeaturePySide2.QtLocation.QGeoServiceProvider.GeocodingFeature.ReverseGeocodingFeature
RouteUpdatesFeaturePySide2.QtLocation.QGeoServiceProvider.RoutingFeature.RouteUpdatesFeature
SaveCategoryFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.SaveCategoryFeature
SavePlaceFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.SavePlaceFeature
SearchSuggestionsFeaturePySide2.QtLocation.QGeoServiceProvider.PlacesFeature.SearchSuggestionsFeature
staticMetaObject<PySide2.QtCore.QMetaObject object at 0x7efe34e49700>
UnknownParameterErrorPySide2.QtLocation.QGeoServiceProvider.Error.UnknownParameterError

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
availableServiceProviders() -> typing.List[str] availableServiceProviders() -> typing.List[str] [extrait de availableServiceProviders.__doc__]
destroyed
Error
error(self) -> PySide2.QtLocation.QGeoServiceProvider.Error error(self) -> PySide2.QtLocation.QGeoServiceProvider.Error [extrait de error.__doc__]
errorString(self) -> str errorString(self) -> str [extrait de errorString.__doc__]
geocodingError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error geocodingError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error [extrait de geocodingError.__doc__]
geocodingErrorString(self) -> str geocodingErrorString(self) -> str [extrait de geocodingErrorString.__doc__]
GeocodingFeature
GeocodingFeatures
geocodingFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.GeocodingFeatures geocodingFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.GeocodingFeatures [extrait de geocodingFeatures.__doc__]
geocodingManager(self) -> PySide2.QtLocation.QGeoCodingManager geocodingManager(self) -> PySide2.QtLocation.QGeoCodingManager [extrait de geocodingManager.__doc__]
mappingError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error mappingError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error [extrait de mappingError.__doc__]
mappingErrorString(self) -> str mappingErrorString(self) -> str [extrait de mappingErrorString.__doc__]
MappingFeature
MappingFeatures
mappingFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.MappingFeatures mappingFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.MappingFeatures [extrait de mappingFeatures.__doc__]
navigationError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error navigationError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error [extrait de navigationError.__doc__]
navigationErrorString(self) -> str navigationErrorString(self) -> str [extrait de navigationErrorString.__doc__]
NavigationFeature
NavigationFeatures
navigationFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.NavigationFeatures navigationFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.NavigationFeatures [extrait de navigationFeatures.__doc__]
objectNameChanged
placeManager(self) -> PySide2.QtLocation.QPlaceManager placeManager(self) -> PySide2.QtLocation.QPlaceManager [extrait de placeManager.__doc__]
placesError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error placesError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error [extrait de placesError.__doc__]
placesErrorString(self) -> str placesErrorString(self) -> str [extrait de placesErrorString.__doc__]
PlacesFeature
PlacesFeatures
placesFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.PlacesFeatures placesFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.PlacesFeatures [extrait de placesFeatures.__doc__]
routingError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error routingError(self) -> PySide2.QtLocation.QGeoServiceProvider.Error [extrait de routingError.__doc__]
routingErrorString(self) -> str routingErrorString(self) -> str [extrait de routingErrorString.__doc__]
RoutingFeature
RoutingFeatures
routingFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.RoutingFeatures routingFeatures(self) -> PySide2.QtLocation.QGeoServiceProvider.RoutingFeatures [extrait de routingFeatures.__doc__]
routingManager(self) -> PySide2.QtLocation.QGeoRoutingManager routingManager(self) -> PySide2.QtLocation.QGeoRoutingManager [extrait de routingManager.__doc__]
setAllowExperimental(self, allow: bool) setAllowExperimental(self, allow: bool) [extrait de setAllowExperimental.__doc__]
setLocale(self, locale: PySide2.QtCore.QLocale) setLocale(self, locale: PySide2.QtCore.QLocale) [extrait de setLocale.__doc__]
setParameters(self, parameters: typing.Dict[str, typing.Any]) setParameters(self, parameters: typing.Dict[str, typing.Any]) [extrait de setParameters.__doc__]

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, registerUserData, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__