Uses of Enum
io.qt.location.QGeoServiceProvider.GeocodingFeature
Packages that use QGeoServiceProvider.GeocodingFeature
-
Uses of QGeoServiceProvider.GeocodingFeature in io.qt.location
Methods in io.qt.location that return QGeoServiceProvider.GeocodingFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.GeocodingFeatures.flags()
Returns an array of flag objects represented by this GeocodingFeatures.QGeoServiceProvider.GeocodingFeature.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.GeocodingFeature[]
QGeoServiceProvider.GeocodingFeature.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.GeocodingFeatureModifier and TypeMethodDescriptionQGeoServiceProvider.GeocodingFeature.combined
(QGeoServiceProvider.GeocodingFeature e) Combines this entry with other enum entry.QGeoServiceProvider.GeocodingFeatures.combined
(QGeoServiceProvider.GeocodingFeature e) Combines this flags with enum entry.QGeoServiceProvider.GeocodingFeature.flags
(QGeoServiceProvider.GeocodingFeature... values) Creates a newQGeoServiceProvider.GeocodingFeatures
from the entries.QGeoServiceProvider.GeocodingFeatures.setFlag
(QGeoServiceProvider.GeocodingFeature e) Sets the flage
QGeoServiceProvider.GeocodingFeatures.setFlag
(QGeoServiceProvider.GeocodingFeature e, boolean on) Sets or clears the flagflag
Constructors in io.qt.location with parameters of type QGeoServiceProvider.GeocodingFeatureModifierConstructorDescriptionCreates a new GeocodingFeatures where the flags inargs
are set.