Interface: NearestSearchResults<TAdded, TRemoved>
Results from the completion of a nearest facilities search.
Type parameters
Name |
---|
TAdded |
TRemoved |
Properties
added
• Readonly
added: readonly TAdded
[]
The list of items added since the previous search.
Defined in
src/sdk/navigation/Facilities.ts:931
removed
• Readonly
removed: readonly TRemoved
[]
The list of items removed since the previous search.
Defined in
src/sdk/navigation/Facilities.ts:934
searchId
• Readonly
searchId: number
The ID of the search that was performed.
Defined in
src/sdk/navigation/Facilities.ts:928
sessionId
• Readonly
sessionId: number
The ID of the search session these results belong to.
Defined in
src/sdk/navigation/Facilities.ts:925