StructuredSearchState
public struct StructuredSearchState : Equatable
The current state of StructuredSearchSession
Important
This is a Public Preview API. It may be changed or removed at any time.-
The previous selected list of
StructuredSearchCandidateand the clients might use this to display selection on each address level.Declaration
Swift
public let selectedCandidates: [StructuredSearchCandidate] -
The available list of
StructuredSearchCandidatefor the address level. The clients are expected to select a candidate viaStructuredSearchSession.selectCandidateto proceed to next step.Declaration
Swift
public let availableCandidates: [StructuredSearchCandidate]
StructuredSearchState Structure Reference