Skip to main content

Interface: NearestSearchResults<TAdded, TRemoved>

Defined in: src/sdk/navigation/Facilities.ts:1348

Results from the completion of a nearest facilities search.

Type Parameters

Type Parameter
TAdded
TRemoved

Properties

added

readonly added: readonly TAdded[]

Defined in: src/sdk/navigation/Facilities.ts:1356

The list of items added since the previous search.


removed

readonly removed: readonly TRemoved[]

Defined in: src/sdk/navigation/Facilities.ts:1359

The list of items removed since the previous search.


searchId

readonly searchId: number

Defined in: src/sdk/navigation/Facilities.ts:1353

The ID of the search that was performed.


sessionId

readonly sessionId: number

Defined in: src/sdk/navigation/Facilities.ts:1350

The ID of the search session these results belong to.