- class QGeoServiceProvider#
-
Synopsis#
Methods#
def
__init__()
def
error()
def
errorString()
def
geocodingError()
def
mappingError()
def
placeManager()
def
placesError()
def
placesFeatures()
def
routingError()
def
routingManager()
def
setLocale()
def
setParameters()
def
setQmlEngine()
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#
- __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
- errorString()#
- Return type:
str
- geocodingErrorString()#
- Return type:
str
- geocodingFeatures()#
- Return type:
Combination of
GeocodingFeature
- geocodingManager()#
- Return type:
- mappingErrorString()#
- Return type:
str
- mappingFeatures()#
- Return type:
Combination of
MappingFeature
- Return type:
- Return type:
str
- Return type:
Combination of
NavigationFeature
- placeManager()#
- Return type:
- placesErrorString()#
- Return type:
str
- placesFeatures()#
- Return type:
Combination of
PlacesFeature
- routingErrorString()#
- Return type:
str
- routingFeatures()#
- Return type:
Combination of
RoutingFeature
- routingManager()#
- Return type:
- setAllowExperimental(allow)#
- Parameters:
allow – bool
- setParameters(parameters)#
- Parameters:
parameters – Dictionary with keys of type .QString and values of type QVariant.
- setQmlEngine(engine)#
- Parameters:
engine –
QQmlEngine