Uses of Class
io.qt.location.QGeoRouteRequest.FeatureWeight
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoRouteRequest.FeatureWeight in io.qt.location
Methods in io.qt.location that return QGeoRouteRequest.FeatureWeight Modifier and Type Method Description QGeoRouteRequest.FeatureWeight
QGeoRouteRequest. featureWeight(QGeoRouteRequest.FeatureType featureType)
QGeoRouteRequest.FeatureWeight[]
QGeoRouteRequest.FeatureWeights. flags()
Returns an array of flag objects represented by this FeatureWeights.static QGeoRouteRequest.FeatureWeight
QGeoRouteRequest.FeatureWeight. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoRouteRequest.FeatureWeight
QGeoRouteRequest.FeatureWeight. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoRouteRequest.FeatureWeight[]
QGeoRouteRequest.FeatureWeight. 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.FeatureWeight Constructor Description FeatureWeights(QGeoRouteRequest.FeatureWeight... args)
Creates a new FeatureWeights where the flags inargs
are set.