- class QGeoServiceProvider#
-
摘要#
方法#
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()
静态函数#
注意
此文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对代码片段的翻译贡献。如果您发现翻译存在问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建问题报告来告知我们
详细说明#
- class Error#
- class RoutingFeature#
- class GeocodingFeature#
- class MappingFeature#
- class PlacesFeature#
- __init__(providerName[, parameters=QVariantMap()[, allowExperimental=false]])#
- 参数
providerName - 字符串
parameters - 键为 QString 类型,值为 QVariant 类型的字典。
allowExperimental - 布尔值
- static availableServiceProviders()#
- 返回类型
字符串列表
- errorString()#
- 返回类型
字符串
- geocodingErrorString()#
- 返回类型
字符串
- geocodingFeatures()#
- 返回类型
GeocodingFeature
的组合
- geocodingManager()#
- 返回类型
- mappingErrorString()#
- 返回类型
字符串
- mappingFeatures()#
- 返回类型
MappingFeature
的组合
- 返回类型
- 返回类型
字符串
- 返回类型
- placeManager()#
- 返回类型
- placesErrorString()#
- 返回类型
字符串
- placesFeatures()#
- 返回类型
PlacesFeature
的组合
- routingErrorString()#
- 返回类型
字符串
- routingFeatures()#
- 返回类型
RoutingFeature
的组合
- routingManager()#
- 返回类型
- setAllowExperimental(allow)#
- 参数
allow – bool
- setParameters(parameters)#
- 参数
parameters - 键为 QString 类型,值为 QVariant 类型的字典。
- setQmlEngine(engine)#
- 参数
engine –
QQmlEngine