class QGeoServiceProvider#

Inheritance diagram of PySide6.QtLocation.QGeoServiceProvider

摘要#

方法#

静态函数#

注意

此文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对代码片段的翻译贡献。如果您发现翻译存在问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建问题报告来告知我们

详细说明#

class Error#
class RoutingFeature#
class GeocodingFeature#
class MappingFeature#
class PlacesFeature#
class NavigationFeature#
__init__(providerName[, parameters=QVariantMap()[, allowExperimental=false]])#
参数
  • providerName - 字符串

  • parameters - 键为 QString 类型,值为 QVariant 类型的字典。

  • allowExperimental - 布尔值

static availableServiceProviders()#
返回类型

字符串列表

error()#
返回类型

Error

errorString()#
返回类型

字符串

geocodingError()#
返回类型

Error

geocodingErrorString()#
返回类型

字符串

geocodingFeatures()#
返回类型

GeocodingFeature 的组合

geocodingManager()#
返回类型

QGeoCodingManager

mappingError()#
返回类型

Error

mappingErrorString()#
返回类型

字符串

mappingFeatures()#
返回类型

MappingFeature 的组合

navigationError()#
返回类型

Error

navigationErrorString()#
返回类型

字符串

navigationFeatures()#
返回类型

NavigationFeature 的组合

placeManager()#
返回类型

QPlaceManager

placesError()#
返回类型

Error

placesErrorString()#
返回类型

字符串

placesFeatures()#
返回类型

PlacesFeature 的组合

routingError()#
返回类型

Error

routingErrorString()#
返回类型

字符串

routingFeatures()#
返回类型

RoutingFeature 的组合

routingManager()#
返回类型

QGeoRoutingManager

setAllowExperimental(allow)#
参数

allow – bool

setLocale(locale)#
参数

localeQLocale

setParameters(parameters)#
参数

parameters - 键为 QString 类型,值为 QVariant 类型的字典。

setQmlEngine(engine)#
参数

engineQQmlEngine