Uses of Class
io.qt.positioning.QGeoPositionInfoSource.PositioningMethod
Package | Description |
---|---|
io.qt.positioning |
-
Uses of QGeoPositionInfoSource.PositioningMethod in io.qt.positioning
Methods in io.qt.positioning that return QGeoPositionInfoSource.PositioningMethod Modifier and Type Method Description QGeoPositionInfoSource.PositioningMethod[]
QGeoPositionInfoSource.PositioningMethods. flags()
Returns an array of flag objects represented by this PositioningMethods.static QGeoPositionInfoSource.PositioningMethod
QGeoPositionInfoSource.PositioningMethod. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoPositionInfoSource.PositioningMethod
QGeoPositionInfoSource.PositioningMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoPositionInfoSource.PositioningMethod[]
QGeoPositionInfoSource.PositioningMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.positioning with parameters of type QGeoPositionInfoSource.PositioningMethod Constructor Description PositioningMethods(QGeoPositionInfoSource.PositioningMethod... args)
Creates a new PositioningMethods where the flags inargs
are set.