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.
Operators
| Name | Type | Summary |
|---|---|---|
| static func != | Bool |
Relationships
conforms to: Swift.Equatable
conforms to: Swift.Hashable
conforms to: Swift.Sendable
conforms to: Swift.SendableMetatype
Inequality is the inverse of equality. For any values
aandb,a != bimplies that
a == bisfalse.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.