isNear method

bool isNear(
  1. GpsCoordinates other
)

Implementation

bool isNear(GpsCoordinates other) =>
  coordinates.distanceTo(other) <= radius;