Skip to main content
API Reference SwiftyNsdk CoverageArea

Localizability

Indicates the quality and reliability of VPS localization in a coverage area....

Declaration

enum Localizability

Summary

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

NameTypeSummary
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 != b
implies 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.

Relationships

conforms to: Swift.Equatable
conforms to: Swift.Hashable
conforms to: Swift.Sendable
conforms to: Swift.SendableMetatype