PolylineHitTester constructor

PolylineHitTester(
  1. MapCamera cam, {
  2. double hitTolerance = 24.0,
  3. SpatialIndex<InteractivePolyline<Object>>? index,
})

Implementation

PolylineHitTester(
  this.cam, {
  this.hitTolerance = 24.0,
  this.index,
});