Interface: NearestSearchResults<TAdded, TRemoved>
Defined in: src/sdk/navigation/Facilities.ts:1332
Results from the completion of a nearest facilities search.
Type Parameters
| Type Parameter |
|---|
TAdded |
TRemoved |
Properties
added
readonlyadded: readonlyTAdded[]
Defined in: src/sdk/navigation/Facilities.ts:1340
The list of items added since the previous search.
removed
readonlyremoved: readonlyTRemoved[]
Defined in: src/sdk/navigation/Facilities.ts:1343
The list of items removed since the previous search.
searchId
readonlysearchId:number
Defined in: src/sdk/navigation/Facilities.ts:1337
The ID of the search that was performed.
sessionId
readonlysessionId:number
Defined in: src/sdk/navigation/Facilities.ts:1334
The ID of the search session these results belong to.