GeoManeuver
Qt Base Class: QGeoManeuver
Signature: QGeoManeuver(self) -> None
QGeoManeuver(self, other: PySide6.QtLocation.QGeoManeuver) -> None
Base classes
Name | Children | Inherits |
---|---|---|
QGeoManeuver PySide6.QtLocation QGeoManeuver(self) -> None |
⋔ Inheritance diagram
graph TD
1473573472688["location.GeoManeuver"]
1473573400464["QtLocation.QGeoManeuver"]
1473291690208["Shiboken.Object"]
140713234304496["builtins.object"]
1473573400464 --> 1473573472688
1473291690208 --> 1473573400464
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: QGeoManeuver
Represents info relevant to the point at which two QGeoRouteSegments meet.
Source code in prettyqt\location\geomaneuver.py
get_direction() -> InstructionDirectionStr
set_direction(direction: InstructionDirectionStr | QtLocation.QGeoManeuver.InstructionDirection)
Set the direction.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
direction |
InstructionDirectionStr | InstructionDirection
|
Direction |
required |