class QGeoRouteSegment#

概要#

属性#

方法#

注意

此文档可能包含从C++自动翻译到Python的片段。我们随时欢迎对片段翻译的贡献。如果您发现翻译有问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来通知我们

详细描述#

注意

当使用 from __feature__ import true_property 时可以直接使用属性,否则通过访问函数。

属性distance: float#
访问函数
属性maneuver: QGeoManeuver#
访问函数
属性path: QGeoCoordinate 列表#
访问函数
属性 travelTime: int#
访问函数
__init__(other)#
参数:

otherQGeoRouteSegment

__init__()
distance()#
返回类型:

float

属性 distance 的获取器。

isLegLastSegment()#
返回类型:

bool

isValid()#
返回类型:

bool

maneuver()#
返回类型:

QGeoManeuver

属性 maneuver 的获取器。

nextRouteSegment()#
返回类型:

QGeoRouteSegment

__ne__(rhs)#
参数:

rhsQGeoRouteSegment

返回类型:

bool

__eq__(rhs)#
参数:

rhsQGeoRouteSegment

返回类型:

bool

path()#
返回类型:

.QGeoCoordinate 列表

属性 path 的获取器。

setDistance(distance)#
参数:

distance – float

setManeuver(maneuver)#
参数:

maneuverQGeoManeuver

setNextRouteSegment(routeSegment)#
参数:

routeSegmentQGeoRouteSegment

setPath(path)#
参数:

path – .list of QGeoCoordinate

setTravelTime(secs)#
参数:

secs – int

swap(other)#
参数:

otherQGeoRouteSegment

travelTime()#
返回类型:

int

属性 travelTimeᅟ 的获取器。