QGeoManeuver#

Inheritance diagram of PySide6.QtLocation.QGeoManeuver

Synopsis#

Properties#

Functions#

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.QGeoManeuver#

PySide6.QtLocation.QGeoManeuver(other)

Parameters:

otherPySide6.QtLocation.QGeoManeuver

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtLocation.QGeoManeuver.direction: InstructionDirection#
Access functions:
property PᅟySide6.QtLocation.QGeoManeuver.distanceToNextInstruction: float#
Access functions:
property PᅟySide6.QtLocation.QGeoManeuver.extendedAttributes#
Access functions:
property PᅟySide6.QtLocation.QGeoManeuver.instructionText: str#
Access functions:
property PᅟySide6.QtLocation.QGeoManeuver.position: PySide6.QtPositioning.QGeoCoordinate#
Access functions:
property PᅟySide6.QtLocation.QGeoManeuver.timeToNextInstruction: int#
Access functions:
property PᅟySide6.QtLocation.QGeoManeuver.valid: bool#
Access functions:
property PᅟySide6.QtLocation.QGeoManeuver.waypoint: PySide6.QtPositioning.QGeoCoordinate#
Access functions:
PySide6.QtLocation.QGeoManeuver.InstructionDirection#
PySide6.QtLocation.QGeoManeuver.direction()#
Return type:

InstructionDirection

Getter of property direction .

PySide6.QtLocation.QGeoManeuver.distanceToNextInstruction()#
Return type:

float

Getter of property distanceToNextInstruction .

PySide6.QtLocation.QGeoManeuver.extendedAttributes()#

Getter of property extendedAttributes .

PySide6.QtLocation.QGeoManeuver.instructionText()#
Return type:

str

Getter of property instructionText .

PySide6.QtLocation.QGeoManeuver.isValid()#
Return type:

bool

Getter of property valid .

PySide6.QtLocation.QGeoManeuver.__ne__(rhs)#
Parameters:

rhsPySide6.QtLocation.QGeoManeuver

Return type:

bool

PySide6.QtLocation.QGeoManeuver.__eq__(rhs)#
Parameters:

rhsPySide6.QtLocation.QGeoManeuver

Return type:

bool

PySide6.QtLocation.QGeoManeuver.position()#
Return type:

PySide6.QtPositioning.QGeoCoordinate

Getter of property position .

PySide6.QtLocation.QGeoManeuver.setDirection(direction)#
Parameters:

directionInstructionDirection

PySide6.QtLocation.QGeoManeuver.setDistanceToNextInstruction(distance)#
Parameters:

distance – float

PySide6.QtLocation.QGeoManeuver.setExtendedAttributes(extendedAttributes)#
Parameters:

extendedAttributes

PySide6.QtLocation.QGeoManeuver.setInstructionText(instructionText)#
Parameters:

instructionText – str

PySide6.QtLocation.QGeoManeuver.setPosition(position)#
Parameters:

positionPySide6.QtPositioning.QGeoCoordinate

PySide6.QtLocation.QGeoManeuver.setTimeToNextInstruction(secs)#
Parameters:

secs – int

PySide6.QtLocation.QGeoManeuver.setWaypoint(coordinate)#
Parameters:

coordinatePySide6.QtPositioning.QGeoCoordinate

PySide6.QtLocation.QGeoManeuver.swap(other)#
Parameters:

otherPySide6.QtLocation.QGeoManeuver

PySide6.QtLocation.QGeoManeuver.timeToNextInstruction()#
Return type:

int

Getter of property timeToNextInstruction .

PySide6.QtLocation.QGeoManeuver.waypoint()#
Return type:

PySide6.QtPositioning.QGeoCoordinate

Getter of property waypoint .