API Reference > imodeljs-frontend > LocatingElements > LocateOptions LocateOptions Class Options that customize the way element location (i.e. picking) works. Methods Name Description clone(): LocateOptions Make a copy of this LocateOptions. init(): void setFrom(other: LocateOptions): void Properties Name Type Description allowDecorations boolean If true, also test graphics from view decorations. allowNonLocatable boolean If true, also test graphics with non-locatable flag set. hitSource HitSource The HitSource identifying the caller. maxHits number Maximum number of hits to return. Defined in core/frontend/src/ElementLocateManager.ts Line 50 Last Updated: 13 June, 2024