Uses of Class
io.qt.location.QGeoServiceProvider.GeocodingFeature
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoServiceProvider.GeocodingFeature in io.qt.location
Methods in io.qt.location that return QGeoServiceProvider.GeocodingFeature Modifier and Type Method Description QGeoServiceProvider.GeocodingFeature[]
QGeoServiceProvider.GeocodingFeatures. flags()
Returns an array of flag objects represented by this GeocodingFeatures.static QGeoServiceProvider.GeocodingFeature
QGeoServiceProvider.GeocodingFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoServiceProvider.GeocodingFeature
QGeoServiceProvider.GeocodingFeature. valueOf(String name)
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.GeocodingFeature Modifier and Type Method Description QGeoServiceProvider.GeocodingFeatures
QGeoServiceProvider.GeocodingFeature. combined(QGeoServiceProvider.GeocodingFeature e)
Combines this entry with other enum entry.QGeoServiceProvider.GeocodingFeatures
QGeoServiceProvider.GeocodingFeatures. combined(QGeoServiceProvider.GeocodingFeature e)
Combines this flags with enum entry.static QGeoServiceProvider.GeocodingFeatures
QGeoServiceProvider.GeocodingFeature. flags(QGeoServiceProvider.GeocodingFeature... values)
Creates a newQGeoServiceProvider.GeocodingFeatures
from the entries.QGeoServiceProvider.GeocodingFeatures
QGeoServiceProvider.GeocodingFeatures. setFlag(QGeoServiceProvider.GeocodingFeature e)
Sets the flage
QGeoServiceProvider.GeocodingFeatures
QGeoServiceProvider.GeocodingFeatures. setFlag(QGeoServiceProvider.GeocodingFeature e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.location with parameters of type QGeoServiceProvider.GeocodingFeature Constructor Description GeocodingFeatures(QGeoServiceProvider.GeocodingFeature... args)
Creates a new GeocodingFeatures where the flags inargs
are set.