Uses of Class
io.qt.location.QGeoServiceProvider.Error
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoServiceProvider.Error in io.qt.location
Methods in io.qt.location that return QGeoServiceProvider.Error Modifier and Type Method Description QGeoServiceProvider.Error
QGeoServiceProvider. error()
QGeoServiceProvider.Error
QGeoServiceProviderFactory.Result. error()
QGeoServiceProvider.Error
QGeoServiceProvider. geocodingError()
QGeoServiceProvider.Error
QGeoServiceProvider. mappingError()
QGeoServiceProvider.Error
QGeoServiceProvider. navigationError()
QGeoServiceProvider.Error
QGeoServiceProvider. placesError()
static QGeoServiceProvider.Error
QGeoServiceProvider.Error. resolve(int value)
Returns the corresponding enum entry for the given value.QGeoServiceProvider.Error
QGeoServiceProvider. routingError()
static QGeoServiceProvider.Error
QGeoServiceProvider.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoServiceProvider.Error[]
QGeoServiceProvider.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.location with parameters of type QGeoServiceProvider.Error Constructor Description Result(QGeoServiceProvider.Error error, String errorString)