class QGeoServiceProvider#

Inheritance diagram of PySide6.QtLocation.QGeoServiceProvider

Synopsis#

Methods#

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 Error#
class RoutingFeature#
class GeocodingFeature#
class MappingFeature#
class PlacesFeature#
class NavigationFeature#
__init__(providerName[, parameters=QVariantMap()[, allowExperimental=false]])#
Parameters:
  • providerName – str

  • parameters – Dictionary with keys of type .QString and values of type QVariant.

  • allowExperimental – bool

static availableServiceProviders()#
Return type:

list of strings

error()#
Return type:

Error

errorString()#
Return type:

str

geocodingError()#
Return type:

Error

geocodingErrorString()#
Return type:

str

geocodingFeatures()#
Return type:

Combination of GeocodingFeature

geocodingManager()#
Return type:

QGeoCodingManager

mappingError()#
Return type:

Error

mappingErrorString()#
Return type:

str

mappingFeatures()#
Return type:

Combination of MappingFeature

navigationError()#
Return type:

Error

navigationErrorString()#
Return type:

str

navigationFeatures()#
Return type:

Combination of NavigationFeature

placeManager()#
Return type:

QPlaceManager

placesError()#
Return type:

Error

placesErrorString()#
Return type:

str

placesFeatures()#
Return type:

Combination of PlacesFeature

routingError()#
Return type:

Error

routingErrorString()#
Return type:

str

routingFeatures()#
Return type:

Combination of RoutingFeature

routingManager()#
Return type:

QGeoRoutingManager

setAllowExperimental(allow)#
Parameters:

allow – bool

setLocale(locale)#
Parameters:

localeQLocale

setParameters(parameters)#
Parameters:

parameters – Dictionary with keys of type .QString and values of type QVariant.

setQmlEngine(engine)#
Parameters:

engineQQmlEngine