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 TypeMethodDescriptionfinal QGeoServiceProvider.RoutingFeature []QGeoServiceProvider.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.cleared(QGeoServiceProvider.RoutingFeature e) Excludes other enum entry from a flag of this entry.QGeoServiceProvider.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.RoutingFeaturesfrom the entries.QGeoServiceProvider.RoutingFeatures.setFlag(QGeoServiceProvider.RoutingFeature e) Sets the flageQGeoServiceProvider.RoutingFeatures.setFlag(QGeoServiceProvider.RoutingFeature e, boolean on) Sets or clears the flagflagConstructors in io.qt.location with parameters of type QGeoServiceProvider.RoutingFeatureModifierConstructorDescriptionCreates a new RoutingFeatures where the flags inargsare set.