Interface: NearestSearchResults<TAdded, TRemoved>
Defined in: src/sdk/navigation/Facilities.ts:1320
Results from the completion of a nearest facilities search.
Type Parameters
Type Parameter |
---|
TAdded |
TRemoved |
Properties
added
readonly
added: readonlyTAdded
[]
Defined in: src/sdk/navigation/Facilities.ts:1328
The list of items added since the previous search.
removed
readonly
removed: readonlyTRemoved
[]
Defined in: src/sdk/navigation/Facilities.ts:1331
The list of items removed since the previous search.
searchId
readonly
searchId:number
Defined in: src/sdk/navigation/Facilities.ts:1325
The ID of the search that was performed.
sessionId
readonly
sessionId:number
Defined in: src/sdk/navigation/Facilities.ts:1322
The ID of the search session these results belong to.