Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntersectParams

Parameters to customize behaviour of {@link (MapView.intersectMapObjects)}.

Hierarchy

  • IntersectParams

Index

Properties

Properties

Optional maxResultCount

maxResultCount: undefined | number

The maximum number of results to be retrieved from the intersection test. If set, only the first maxResultCount results will be returned, following an order by distance first, then by reversed render order (topmost/highest render order first).

Generated using TypeDoc