getIntersecting method

GetIntersecting getIntersecting(
  1. dynamic geo,
  2. Map? options
)

Implementation

GetIntersecting getIntersecting(geo, Map? options) =>
    GetIntersecting(this, geo, options);