onEdgeOfZoneLevel method

void onEdgeOfZoneLevel(
  1. ZoneLevel zoneLevel,
  2. Point<double> coordinates
)

A function that will be called when hitting the edge of a ZoneLevel.

Implementation

void onEdgeOfZoneLevel(
  final ZoneLevel zoneLevel,
  final Point<double> coordinates,
) {}