Uses of Class
io.qt.positioning.QGeoCoordinate.CoordinateFormat
Package | Description |
---|---|
io.qt.positioning |
-
Uses of QGeoCoordinate.CoordinateFormat in io.qt.positioning
Methods in io.qt.positioning that return QGeoCoordinate.CoordinateFormat Modifier and Type Method Description static QGeoCoordinate.CoordinateFormat
QGeoCoordinate.CoordinateFormat. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoCoordinate.CoordinateFormat
QGeoCoordinate.CoordinateFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoCoordinate.CoordinateFormat[]
QGeoCoordinate.CoordinateFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.positioning with parameters of type QGeoCoordinate.CoordinateFormat Modifier and Type Method Description String
QGeoCoordinate. toString(QGeoCoordinate.CoordinateFormat format)