Interface: NearestSearchResults<TAdded, TRemoved>
Defined in: src/sdk/navigation/Facilities.ts:935
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:943
The list of items added since the previous search.
removed
readonlyremoved: readonlyTRemoved[]
Defined in: src/sdk/navigation/Facilities.ts:946
The list of items removed since the previous search.
searchId
readonlysearchId:number
Defined in: src/sdk/navigation/Facilities.ts:940
The ID of the search that was performed.
sessionId
readonlysessionId:number
Defined in: src/sdk/navigation/Facilities.ts:937
The ID of the search session these results belong to.