QGeoServiceProvider¶
- PyQt5.QtLocation.QGeoServiceProvider
Inherits from QObject.
Description¶
TODO
Enums¶
- Error
TODO
Member
Value
Description
ConnectionError TODO
TODO
LoaderError TODO
TODO
MissingRequiredParameterError TODO
TODO
NoError TODO
TODO
NotSupportedError TODO
TODO
UnknownParameterError TODO
TODO
- GeocodingFeature
TODO
Member
Value
Description
AnyGeocodingFeatures TODO
TODO
LocalizedGeocodingFeature TODO
TODO
NoGeocodingFeatures TODO
TODO
OfflineGeocodingFeature TODO
TODO
OnlineGeocodingFeature TODO
TODO
ReverseGeocodingFeature TODO
TODO
- MappingFeature
TODO
Member
Value
Description
AnyMappingFeatures TODO
TODO
LocalizedMappingFeature TODO
TODO
NoMappingFeatures TODO
TODO
OfflineMappingFeature TODO
TODO
OnlineMappingFeature TODO
TODO
TODO
Member
Value
Description
AnyNavigationFeatures TODO
TODO
NoNavigationFeatures TODO
TODO
OfflineNavigationFeature TODO
TODO
OnlineNavigationFeature TODO
TODO
- PlacesFeature
TODO
Member
Value
Description
AnyPlacesFeatures TODO
TODO
LocalizedPlacesFeature TODO
TODO
NoPlacesFeatures TODO
TODO
NotificationsFeature TODO
TODO
OfflinePlacesFeature TODO
TODO
OnlinePlacesFeature TODO
TODO
PlaceMatchingFeature TODO
TODO
PlaceRecommendationsFeature TODO
TODO
RemoveCategoryFeature TODO
TODO
RemovePlaceFeature TODO
TODO
SaveCategoryFeature TODO
TODO
SavePlaceFeature TODO
TODO
SearchSuggestionsFeature TODO
TODO
- RoutingFeature
TODO
Member
Value
Description
AlternativeRoutesFeature TODO
TODO
AnyRoutingFeatures TODO
TODO
ExcludeAreasRoutingFeature TODO
TODO
LocalizedRoutingFeature TODO
TODO
NoRoutingFeatures TODO
TODO
OfflineRoutingFeature TODO
TODO
OnlineRoutingFeature TODO
TODO
RouteUpdatesFeature TODO
TODO
Methods¶
- __init__(str, parameters: Dict[str, Any] = {}, allowExperimental: bool = False)
TODO
-
@staticmethod
availableServiceProviders() → List[str] TODO
- error() → Error
TODO
- errorString() → str
TODO
- geocodingError() → Error
TODO
- geocodingErrorString() → str
TODO
- geocodingFeatures() → GeocodingFeatures
TODO
- geocodingManager() → QGeoCodingManager
TODO
- mappingError() → Error
TODO
- mappingErrorString() → str
TODO
- mappingFeatures() → MappingFeatures
TODO
TODO
TODO
TODO
TODO
- placeManager() → QPlaceManager
TODO
- placesError() → Error
TODO
- placesErrorString() → str
TODO
- placesFeatures() → PlacesFeatures
TODO
- routingError() → Error
TODO
- routingErrorString() → str
TODO
- routingFeatures() → RoutingFeatures
TODO
- routingManager() → QGeoRoutingManager
TODO
- setAllowExperimental(bool)
TODO
- setLocale(QLocale)
TODO
- setParameters(Dict[str, Any])
TODO