Skip to main content

Type Alias: NearestLodBoundarySearchResults

NearestLodBoundarySearchResults = object

Defined in: src/sdk/navigation/NearestLodBoundarySearchSession.ts:9

Results of a nearest LodBoundary search.

Properties

added

added: readonly LodBoundary[]

Defined in: src/sdk/navigation/NearestLodBoundarySearchSession.ts:11

The boundaries found in these search results that were not returned in the last search.


removed

removed: readonly number[]

Defined in: src/sdk/navigation/NearestLodBoundarySearchSession.ts:14

The unique IDs of the boundaries returned in the last search that are not found in these search results.