isNear method

bool isNear(
  1. GpsCoordinates other
)

Implementation

bool isNear(GpsCoordinates other) => coordinates.isNear(other);