Uses of Class
io.qt.location.QGeoRouteRequest.SegmentDetail
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoRouteRequest.SegmentDetail in io.qt.location
Methods in io.qt.location that return QGeoRouteRequest.SegmentDetail Modifier and Type Method Description QGeoRouteRequest.SegmentDetail[]
QGeoRouteRequest.SegmentDetails. flags()
Returns an array of flag objects represented by this SegmentDetails.static QGeoRouteRequest.SegmentDetail
QGeoRouteRequest.SegmentDetail. resolve(int value)
Returns the corresponding enum entry for the given value.QGeoRouteRequest.SegmentDetail
QGeoRouteRequest. segmentDetail()
static QGeoRouteRequest.SegmentDetail
QGeoRouteRequest.SegmentDetail. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoRouteRequest.SegmentDetail[]
QGeoRouteRequest.SegmentDetail. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.location with parameters of type QGeoRouteRequest.SegmentDetail Constructor Description SegmentDetails(QGeoRouteRequest.SegmentDetail... args)
Creates a new SegmentDetails where the flags inargs
are set.