QGeoRoutingManager#
Synopsis#
Functions#
def
calculateRoute(request)def
locale()def
managerName()def
managerVersion()def
measurementSystem()def
setLocale(locale)def
setMeasurementSystem(system)def
supportedFeatureTypes()def
supportedFeatureWeights()def
supportedManeuverDetails()def
supportedRouteOptimizations()def
supportedSegmentDetails()def
supportedTravelModes()def
updateRoute(route, position)
Signals#
def
errorOccurred(reply, error[, errorString=””])def
finished(reply)
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.QGeoRoutingManager#
- PySide6.QtLocation.QGeoRoutingManager.calculateRoute(request)#
- Parameters:
request –
PySide6.QtLocation.QGeoRouteRequest- Return type:
- PySide6.QtLocation.QGeoRoutingManager.errorOccurred(reply, error[, errorString=""])#
- Parameters:
error –
ErrorerrorString – str
- PySide6.QtLocation.QGeoRoutingManager.finished(reply)#
- Parameters:
- PySide6.QtLocation.QGeoRoutingManager.locale()#
- Return type:
- PySide6.QtLocation.QGeoRoutingManager.managerName()#
- Return type:
str
- PySide6.QtLocation.QGeoRoutingManager.managerVersion()#
- Return type:
int
- PySide6.QtLocation.QGeoRoutingManager.measurementSystem()#
- Return type:
- PySide6.QtLocation.QGeoRoutingManager.setLocale(locale)#
- Parameters:
locale –
PySide6.QtCore.QLocale
- PySide6.QtLocation.QGeoRoutingManager.setMeasurementSystem(system)#
- Parameters:
system –
MeasurementSystem
- PySide6.QtLocation.QGeoRoutingManager.supportedFeatureTypes()#
- Return type:
FeatureTypes
- PySide6.QtLocation.QGeoRoutingManager.supportedFeatureWeights()#
- Return type:
FeatureWeights
- PySide6.QtLocation.QGeoRoutingManager.supportedManeuverDetails()#
- Return type:
ManeuverDetails
- PySide6.QtLocation.QGeoRoutingManager.supportedRouteOptimizations()#
- Return type:
RouteOptimizations
- PySide6.QtLocation.QGeoRoutingManager.supportedSegmentDetails()#
- Return type:
SegmentDetails
- PySide6.QtLocation.QGeoRoutingManager.supportedTravelModes()#
- Return type:
TravelModes
- PySide6.QtLocation.QGeoRoutingManager.updateRoute(route, position)#
- Parameters:
route –
PySide6.QtLocation.QGeoRouteposition –
PySide6.QtPositioning.QGeoCoordinate
- Return type: