Uses of Enum
io.qt.location.QGeoServiceProvider.RoutingFeature
Packages that use QGeoServiceProvider.RoutingFeature
-
Uses of QGeoServiceProvider.RoutingFeature in io.qt.location
Methods in io.qt.location that return QGeoServiceProvider.RoutingFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.RoutingFeatures.flags()
Returns an array of flag objects represented by this RoutingFeatures.QGeoServiceProvider.RoutingFeature.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QGeoServiceProvider.RoutingFeature[]
QGeoServiceProvider.RoutingFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.location with parameters of type QGeoServiceProvider.RoutingFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.RoutingFeature.combined
(QGeoServiceProvider.RoutingFeature e) Combines this entry with other enum entry.QGeoServiceProvider.RoutingFeatures.combined
(QGeoServiceProvider.RoutingFeature e) Combines this flags with enum entry.QGeoServiceProvider.RoutingFeature.flags
(QGeoServiceProvider.RoutingFeature... values) Creates a newQGeoServiceProvider.RoutingFeatures
from the entries.QGeoServiceProvider.RoutingFeatures.setFlag
(QGeoServiceProvider.RoutingFeature e) Sets the flage
QGeoServiceProvider.RoutingFeatures.setFlag
(QGeoServiceProvider.RoutingFeature e, boolean on) Sets or clears the flagflag
Constructors in io.qt.location with parameters of type QGeoServiceProvider.RoutingFeatureModifierConstructorDescriptionCreates a new RoutingFeatures where the flags inargs
are set.