class QGeoRoutingManager

Inheritance diagram of PySide6.QtLocation.QGeoRoutingManager

Synopsis

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

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

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