QGeoRoutingManagerEngine#

Inheritance diagram of PySide6.QtLocation.QGeoRoutingManagerEngine

Synopsis#

Functions#

Virtual functions#

Signals#

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 PySide6.QtLocation.QGeoRoutingManagerEngine(parameters[, parent=None])#
Parameters:
abstract PySide6.QtLocation.QGeoRoutingManagerEngine.calculateRoute(request)#
Parameters:

requestPySide6.QtLocation.QGeoRouteRequest

Return type:

PySide6.QtLocation.QGeoRouteReply

PySide6.QtLocation.QGeoRoutingManagerEngine.errorOccurred(reply, error[, errorString=""])#
Parameters:
PySide6.QtLocation.QGeoRoutingManagerEngine.finished(reply)#
Parameters:

replyPySide6.QtLocation.QGeoRouteReply

PySide6.QtLocation.QGeoRoutingManagerEngine.locale()#
Return type:

PySide6.QtCore.QLocale

PySide6.QtLocation.QGeoRoutingManagerEngine.managerName()#
Return type:

str

PySide6.QtLocation.QGeoRoutingManagerEngine.managerVersion()#
Return type:

int

PySide6.QtLocation.QGeoRoutingManagerEngine.measurementSystem()#
Return type:

MeasurementSystem

PySide6.QtLocation.QGeoRoutingManagerEngine.setLocale(locale)#
Parameters:

localePySide6.QtCore.QLocale

PySide6.QtLocation.QGeoRoutingManagerEngine.setMeasurementSystem(system)#
Parameters:

systemMeasurementSystem

PySide6.QtLocation.QGeoRoutingManagerEngine.setSupportedFeatureTypes(featureTypes)#
Parameters:

featureTypesFeatureTypes

PySide6.QtLocation.QGeoRoutingManagerEngine.setSupportedFeatureWeights(featureWeights)#
Parameters:

featureWeightsFeatureWeights

PySide6.QtLocation.QGeoRoutingManagerEngine.setSupportedManeuverDetails(maneuverDetails)#
Parameters:

maneuverDetailsManeuverDetails

PySide6.QtLocation.QGeoRoutingManagerEngine.setSupportedRouteOptimizations(optimizations)#
Parameters:

optimizationsRouteOptimizations

PySide6.QtLocation.QGeoRoutingManagerEngine.setSupportedSegmentDetails(segmentDetails)#
Parameters:

segmentDetailsSegmentDetails

PySide6.QtLocation.QGeoRoutingManagerEngine.setSupportedTravelModes(travelModes)#
Parameters:

travelModesTravelModes

PySide6.QtLocation.QGeoRoutingManagerEngine.supportedFeatureTypes()#
Return type:

FeatureTypes

PySide6.QtLocation.QGeoRoutingManagerEngine.supportedFeatureWeights()#
Return type:

FeatureWeights

PySide6.QtLocation.QGeoRoutingManagerEngine.supportedManeuverDetails()#
Return type:

ManeuverDetails

PySide6.QtLocation.QGeoRoutingManagerEngine.supportedRouteOptimizations()#
Return type:

RouteOptimizations

PySide6.QtLocation.QGeoRoutingManagerEngine.supportedSegmentDetails()#
Return type:

SegmentDetails

PySide6.QtLocation.QGeoRoutingManagerEngine.supportedTravelModes()#
Return type:

TravelModes

PySide6.QtLocation.QGeoRoutingManagerEngine.updateRoute(route, position)#
Parameters:
Return type:

PySide6.QtLocation.QGeoRouteReply