Localizability
Indicates the quality and reliability of VPS localization in a coverage area....
Declaration
enum LocalizabilitySummary
Indicates the quality and reliability of VPS localization in a coverage area.
Localizability provides information about the expected quality and reliability
of VPS localization within a specific coverage area, helping applications
make informed decisions about VPS usage.
Different coverage areas may have varying levels of localization quality
based on factors such as mapping completeness, feature density, and
environmental conditions. This enum helps applications understand what
to expect from VPS localization in different areas.
Cases
| Name | Type | Summary |
|---|---|---|
| case experimental | experimental | |
| case production | production | Production-quality localization. The coverage area provides high-quality, reliable VPS localization suitable for production applications. This represents the best available localization quality. |
| case unset | unset | Localizability quality is not specified. The coverage area does not specify localization quality information. Applications should use default behavior or request additional information. |
Operators
| Name | Type | Summary |
|---|---|---|
| static func != | Bool | Returns a Boolean value indicating whether two values are not equal. Inequality is the inverse of equality. For any values a and b, a != bimplies that a == b is false.This is the default implementation of the not-equal-to operator ( !=)for any type that conforms to Equatable.- Parameters: - lhs: A value to compare. - rhs: Another value to compare. |
The coverage area provides experimental VPS localization that may
be less reliable or accurate than production-quality localization.
Use with caution and implement appropriate fallback mechanisms.