QGeoServiceProvider#
Synopsis#
Functions#
def
error
()def
errorString
()def
geocodingError
()def
geocodingErrorString
()def
geocodingFeatures
()def
geocodingManager
()def
mappingError
()def
mappingErrorString
()def
mappingFeatures
()def
navigationError
()def
navigationErrorString
()def
navigationFeatures
()def
placeManager
()def
placesError
()def
placesErrorString
()def
placesFeatures
()def
routingError
()def
routingErrorString
()def
routingFeatures
()def
routingManager
()def
setAllowExperimental
(allow)def
setLocale
(locale)def
setParameters
(parameters)def
setQmlEngine
(engine)
Static functions#
def
availableServiceProviders
()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtLocation.QGeoServiceProvider(providerName[, parameters=QVariantMap()[, allowExperimental=false]])#
- Parameters:
allowExperimental – bool
parameters –
providerName – str
- PySide6.QtLocation.QGeoServiceProvider.Error#
- PySide6.QtLocation.QGeoServiceProvider.RoutingFeature#
- PySide6.QtLocation.QGeoServiceProvider.GeocodingFeature#
- PySide6.QtLocation.QGeoServiceProvider.MappingFeature#
- PySide6.QtLocation.QGeoServiceProvider.PlacesFeature#
- static PySide6.QtLocation.QGeoServiceProvider.availableServiceProviders()#
- Return type:
list of strings
- PySide6.QtLocation.QGeoServiceProvider.errorString()#
- Return type:
str
- PySide6.QtLocation.QGeoServiceProvider.geocodingErrorString()#
- Return type:
str
- PySide6.QtLocation.QGeoServiceProvider.geocodingFeatures()#
- Return type:
GeocodingFeatures
- PySide6.QtLocation.QGeoServiceProvider.geocodingManager()#
- Return type:
- PySide6.QtLocation.QGeoServiceProvider.mappingErrorString()#
- Return type:
str
- PySide6.QtLocation.QGeoServiceProvider.mappingFeatures()#
- Return type:
MappingFeatures
- Return type:
- Return type:
str
- Return type:
NavigationFeatures
- PySide6.QtLocation.QGeoServiceProvider.placeManager()#
- Return type:
- PySide6.QtLocation.QGeoServiceProvider.placesErrorString()#
- Return type:
str
- PySide6.QtLocation.QGeoServiceProvider.placesFeatures()#
- Return type:
PlacesFeatures
- PySide6.QtLocation.QGeoServiceProvider.routingErrorString()#
- Return type:
str
- PySide6.QtLocation.QGeoServiceProvider.routingFeatures()#
- Return type:
RoutingFeatures
- PySide6.QtLocation.QGeoServiceProvider.routingManager()#
- Return type:
- PySide6.QtLocation.QGeoServiceProvider.setAllowExperimental(allow)#
- Parameters:
allow – bool
- PySide6.QtLocation.QGeoServiceProvider.setLocale(locale)#
- Parameters:
locale –
PySide6.QtCore.QLocale
- PySide6.QtLocation.QGeoServiceProvider.setParameters(parameters)#
- Parameters:
parameters –
- PySide6.QtLocation.QGeoServiceProvider.setQmlEngine(engine)#
- Parameters:
engine –
PySide6.QtQml.QQmlEngine