class QGeoRoutingManagerEngine#

Inheritance diagram of PySide6.QtLocation.QGeoRoutingManagerEngine

Synopsis#

Methods#

Virtual methods#

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#

__init__(parameters[, parent=None])#
Parameters:
  • parameters – Dictionary with keys of type .QString and values of type QVariant.

  • parentQObject

abstract calculateRoute(request)#
Parameters:

requestQGeoRouteRequest

Return type:

QGeoRouteReply

errorOccurred(reply, error[, errorString=""])#
Parameters:
finished(reply)#
Parameters:

replyQGeoRouteReply

locale()#
Return type:

QLocale

managerName()#
Return type:

str

managerVersion()#
Return type:

int

measurementSystem()#
Return type:

MeasurementSystem

setLocale(locale)#
Parameters:

localeQLocale

setMeasurementSystem(system)#
Parameters:

systemMeasurementSystem

setSupportedFeatureTypes(featureTypes)#
Parameters:

featureTypes – Combination of FeatureType

setSupportedFeatureWeights(featureWeights)#
Parameters:

featureWeights – Combination of FeatureWeight

setSupportedManeuverDetails(maneuverDetails)#
Parameters:

maneuverDetails – Combination of ManeuverDetail

setSupportedRouteOptimizations(optimizations)#
Parameters:

optimizations – Combination of RouteOptimization

setSupportedSegmentDetails(segmentDetails)#
Parameters:

segmentDetails – Combination of SegmentDetail

setSupportedTravelModes(travelModes)#
Parameters:

travelModes – Combination of TravelMode

supportedFeatureTypes()#
Return type:

Combination of FeatureType

supportedFeatureWeights()#
Return type:

Combination of FeatureWeight

supportedManeuverDetails()#
Return type:

Combination of ManeuverDetail

supportedRouteOptimizations()#
Return type:

Combination of RouteOptimization

supportedSegmentDetails()#
Return type:

Combination of SegmentDetail

supportedTravelModes()#
Return type:

Combination of TravelMode

updateRoute(route, position)#
Parameters:
Return type:

QGeoRouteReply