Skip to main content

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

readonly added: readonly TAdded[]

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

The list of items added since the previous search.


removed

readonly removed: readonly TRemoved[]

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

The list of items removed since the previous search.


searchId

readonly searchId: number

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

The ID of the search that was performed.


sessionId

readonly sessionId: number

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

The ID of the search session these results belong to.