QGeoServiceProvider#

Inheritance diagram of PySide6.QtLocation.QGeoServiceProvider

Synopsis#

Functions#

Static functions#

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#
PySide6.QtLocation.QGeoServiceProvider.NavigationFeature#
static PySide6.QtLocation.QGeoServiceProvider.availableServiceProviders()#
Return type:

list of strings

PySide6.QtLocation.QGeoServiceProvider.error()#
Return type:

Error

PySide6.QtLocation.QGeoServiceProvider.errorString()#
Return type:

str

PySide6.QtLocation.QGeoServiceProvider.geocodingError()#
Return type:

Error

PySide6.QtLocation.QGeoServiceProvider.geocodingErrorString()#
Return type:

str

PySide6.QtLocation.QGeoServiceProvider.geocodingFeatures()#
Return type:

GeocodingFeatures

PySide6.QtLocation.QGeoServiceProvider.geocodingManager()#
Return type:

PySide6.QtLocation.QGeoCodingManager

PySide6.QtLocation.QGeoServiceProvider.mappingError()#
Return type:

Error

PySide6.QtLocation.QGeoServiceProvider.mappingErrorString()#
Return type:

str

PySide6.QtLocation.QGeoServiceProvider.mappingFeatures()#
Return type:

MappingFeatures

PySide6.QtLocation.QGeoServiceProvider.navigationError()#
Return type:

Error

PySide6.QtLocation.QGeoServiceProvider.navigationErrorString()#
Return type:

str

PySide6.QtLocation.QGeoServiceProvider.navigationFeatures()#
Return type:

NavigationFeatures

PySide6.QtLocation.QGeoServiceProvider.placeManager()#
Return type:

PySide6.QtLocation.QPlaceManager

PySide6.QtLocation.QGeoServiceProvider.placesError()#
Return type:

Error

PySide6.QtLocation.QGeoServiceProvider.placesErrorString()#
Return type:

str

PySide6.QtLocation.QGeoServiceProvider.placesFeatures()#
Return type:

PlacesFeatures

PySide6.QtLocation.QGeoServiceProvider.routingError()#
Return type:

Error

PySide6.QtLocation.QGeoServiceProvider.routingErrorString()#
Return type:

str

PySide6.QtLocation.QGeoServiceProvider.routingFeatures()#
Return type:

RoutingFeatures

PySide6.QtLocation.QGeoServiceProvider.routingManager()#
Return type:

PySide6.QtLocation.QGeoRoutingManager

PySide6.QtLocation.QGeoServiceProvider.setAllowExperimental(allow)#
Parameters:

allow – bool

PySide6.QtLocation.QGeoServiceProvider.setLocale(locale)#
Parameters:

localePySide6.QtCore.QLocale

PySide6.QtLocation.QGeoServiceProvider.setParameters(parameters)#
Parameters:

parameters

PySide6.QtLocation.QGeoServiceProvider.setQmlEngine(engine)#
Parameters:

enginePySide6.QtQml.QQmlEngine