Identifier
public struct Identifier : Hashable
An identifier struct for ConnectorDetails.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates a new
Identifierinstance with the given parameter.Declaration
Swift
public init(value: String)Parameters
valueThe string representing the
ConnectorDetailsidentifier.
-
The identifier of a
ConnectorDetailsinstance.Declaration
Swift
public let value: String
TomTom SDK for iOS (0.51.1)
Identifier